You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am comparing results of CCITTFAX4 compression of the same black-and-white 59 KB PNG scan file converted to TIF using TiffBitmapFactory against Imagemagick (Windows platform). TiffBitmapFactory gives a 107 KB file while with Imagemagick it is just 43 KB.
Can that be because NativeTiffSaver.cs seemingly only implementing a 1 row per strip for TIFFS?
Would appreciate any insight.
The text was updated successfully, but these errors were encountered:
I am comparing results of CCITTFAX4 compression of the same black-and-white 59 KB PNG scan file converted to TIF using TiffBitmapFactory against Imagemagick (Windows platform). TiffBitmapFactory gives a 107 KB file while with Imagemagick it is just 43 KB.
Can that be because NativeTiffSaver.cs seemingly only implementing a 1 row per strip for TIFFS?
Would appreciate any insight.
The text was updated successfully, but these errors were encountered: