TIF Compression #1116
Unanswered
GenuineRex
asked this question in
Help
TIF Compression
#1116
Replies: 2 comments 2 replies
-
I was able to get close with tif.Quality = 11; I am trying to write a watermark on a TIF file that I did not create and write out the same characteristics of the TIF I read. Are there any other settings I should consider? Rex |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you share your input image and the watermark? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am opening a TIF file with new MagickImage(""); and then setting the compression to CompressionMethod.JPEG and saving as a TIF.
The resulting TIF file is 3-4x larger than the original which I believe has the same type of compression.
Is there something else I need to set to get better compression?
Thanks in advance!
Rex
Beta Was this translation helpful? Give feedback.
All reactions