IronSoftware.System.Drawing icon indicating copy to clipboard operation
IronSoftware.System.Drawing copied to clipboard

CreateMultiFrameTiff creates Output Tiff with huge size

Open SanKumSan opened this issue 1 year ago • 1 comments

Using IronSoftware.Drawing to create multi frame tiff creates huge size output tiff file.

// sourceFiles = list of tiffs var outputTiff = IronSoftware.Drawing.AnyBitmap.CreateMultiFrameTiff(sourceFiles);

Input tiff files sizes = each file is of 500KB (total of 2 files) Output tiff size after merged >= 50MB

The compression present in the input tiff is lost when the output tiff is created and the compression is None.

How to get output merged tiff with compression same as input tiff and not having huge size? Any fix in IronSoftware.Drawing or any work arounds are welcome.

Thanks

SanKumSan avatar May 11 '23 07:05 SanKumSan