-
Hello,
i am using filters from C# / .NET and am very happy with it. It runs well on all XP machines and on 1 Vista machine and 1 Vista VMWare.
Unfortunately, it crashes on a specific Vista Notebook (32bit, like all other machines), as soon as i call Filters.initialize(). No exception is thrown, Vista just says "the application caused an error and was terminated".
Is this a...
2009-11-02 10:52:46 UTC by heinzm
-
thank you so much.
2009-08-05 18:22:01 UTC by joshmckee
-
Hi
Yes you can.
You only have to write somewhere that you use Filters.
If you need some specific development, you can contact me directly.
Regards.
2009-08-05 15:16:48 UTC by edurand
-
Hi. I really hope that I'm writing this in the correct location. I'm writing because I'm new to the open source communities. My problem this time is that I would like to make a commercial non open source product, but I am having a really hard time deciphering the lgpl license. Under that license can I use the libraries for the filters software for a commercial non open source product?.
2009-08-05 15:07:15 UTC by joshmckee
-
Hello everybody,
this is my quick-and-dirty approach:
private Bitmap FiltersImageToBitmap(IntPtr sourceFiltersImage)
{
Filters.TFBitmap32 sourceFiltersBitmap = Filters.helper_ptrToTFBitmap32(sourceFiltersImage);
Bitmap destinationBitmap = new Bitmap(sourceFiltersBitmap.width, sourceFiltersBitmap.height, PixelFormat.Format32bppArgb);...
2009-06-22 11:50:33 UTC by heinzm