-
Not really, because freeimage does not make use of multi processing.
2009-10-05 20:18:31 UTC in FreeImage
-
FreeImage doesn't support output to PSD. Check the manual to see which formats freeimage can save to.
2009-07-18 16:02:59 UTC in FreeImage
-
GetDIBits( hDC, hBmp, 0, bmi.bmiHeader.biHeight, &bits, &bmi,
DIB_RGB_COLORS );
Shouldn't this be:
GetDIBits( hDC, hBmp, 0, bmi.bmiHeader.biHeight, bits, &bmi,
DIB_RGB_COLORS );
?.
2009-04-01 22:45:48 UTC in FreeImage
-
This feature will be implemented, but definitely not for the upcoming 3.10.0 release. It will require a large overhaul of the sourcecode.
2007-11-06 18:06:36 UTC in FreeImage
-
noescom committed patchset 571 of module FreeImage to the FreeImage CVS repository, changing 4 files.
2007-11-05 20:22:30 UTC in FreeImage
-
I believe this feature is covered by FreeImage_ColorQuantize.
2007-11-04 07:58:52 UTC in FreeImage
-
How do you envision such a feature would work?.
2007-01-12 22:16:49 UTC in FreeImage
-
noescom registered the Opennet project.
2005-08-23 07:53:06 UTC in Opennet