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'm trying to convert a JPEG image into TIFF group4 compression. But the only command that does not work is "CompressionType.Group4Compression". I'm trying to put it as argument in the "ImageInfo" and "MagickImage" objects. But after job is completed the image result don't have the group4 compression.
My doubt is about the sequence of metthod called. To compress a TIFF Group4 image, what I need to do? I tried many types and order, but without success.
Please help me, to finish my project it's the only thing that is missing....
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi man,
I'm trying to convert a JPEG image into TIFF group4 compression. But the only command that does not work is "CompressionType.Group4Compression". I'm trying to put it as argument in the "ImageInfo" and "MagickImage" objects. But after job is completed the image result don't have the group4 compression.
My doubt is about the sequence of metthod called. To compress a TIFF Group4 image, what I need to do? I tried many types and order, but without success.
Please help me, to finish my project it's the only thing that is missing....
Thanks in advance
The text was updated successfully, but these errors were encountered: