Vampyre Imaging Library is a free cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.
Vampyre Imaging Library is a free cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.
Hi,
The Vampyre Imaging Library is great. I have one request. I would like to APPEND a TIFF image to a multipage TIFF file rather than load all the images into a MultiImage and then save to file. Is this possible?
Hi, this shouldn’t be hard, added to my todo list
Probably there will be some TIFF specific option that will switch TIFF writer’s mode between overwrite and append.
Hi!
Thank you for the great library!
When compiling newest version from Mercurial with Delphi 7 or XE an error occured in ImagingUtility.pas file at line 1548:
FloatFormatSettings := GetLocaleFormatSettings(1033, FloatFormatSettings);
Seems that there should be:
GetLocaleFormatSettings(1033, FloatFormatSettings);
as GetLocaleFormatSettings() is a procedure, not a function.
Thanks for the report, fixed.