-
Check the bit depth of 'rotated' (using FreeImage_GetBPP): it should be 8 or 24. For other bit depth, TIFF-JPEG compression default to LZW compression.
Hervé.
2009-11-15 18:32:19 UTC in FreeImage
-
FreeImage cannot be compiled with VS 6 because of OpenEXR incompatibilities.
However, you can use the pre-compiled DLL with your VS 6 projects.
Hervé.
2009-11-15 18:01:17 UTC in FreeImage
-
Yes, you can use FreeImage_OpenMultiBitmap / FreeImage_LockPage to open any FreeImage supported image type.
2009-11-15 17:35:48 UTC in FreeImage
-
Both libtiff and openjpeg have been updated since the bug submission.
Please check the new 3.13.0 release in order to see if all is now OK.
2009-11-15 17:15:02 UTC in FreeImage
-
Did you find a solution for this bug ?
It seems to be related to libtiff internal fax compression algorithm and 64-bit but I don't know why this can append ...
Did you tried libtiff tools in order to reproduce the problem ?.
2009-11-15 17:11:48 UTC in FreeImage
-
The workaround is to use Exif and/or XMP info instead of DPI info.
If you need further help in the use of metadata, post a message in one of the FreeImage forum.
2009-11-15 17:08:05 UTC in FreeImage
-
It seems that Photoshop CS4 doesn't write the DPI information in the JPEG header, so that on loading, a default value (72 dpi) is assigned by FreeImage.
However, both CS3 and CS4 write the DPI information in the Exif and XMP metadata.
This problem is related to CS4, not to FreeImage.
2009-11-14 18:48:34 UTC in FreeImage
-
drolon committed patchset 989 of module FreeImage to the FreeImage CVS repository, changing 1 files.
2009-11-08 19:23:01 UTC in FreeImage
-
drolon committed patchset 988 of module FreeImage to the FreeImage CVS repository, changing 7 files.
2009-11-08 19:22:37 UTC in FreeImage
-
drolon committed patchset 987 of module FreeImage to the FreeImage CVS repository, changing 1 files.
2009-11-07 19:20:33 UTC in FreeImage