Search found 6 matches

by rajendram
2013-09-05T00:31:48-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Re: Multipage TIFF file not having original TIFF image quali

Hi,

Can you pls tell :
1. How to change compression of current tiff file to COMPRESSION_LZW.
2. How can I change Photometric to Palette from MinIsBlack.

Thanks
by rajendram
2013-09-04T06:15:29-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Re: Multipage TIFF file not having original TIFF image quali

Thanks snibgo,

Can you pls share a php code which keeps the TIFF image quality in generated multipage tiff image ?
by rajendram
2013-09-04T05:55:49-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Re: Multipage TIFF file not having original TIFF image quali

Hi,

Please check this file http://tinyurl.com/o6e7hh3.
It is generated through dotnet tool.

Can such type of multipage TIFF image can be achieved?

Also do you expect me to change the compression of created individual tiff files to keep original image quality in generated multi.TIFF file?

Thanks
by rajendram
2013-09-04T05:29:16-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Re: Multipage TIFF file not having original TIFF image quali

Hi,

Please check this zip file http://tinyurl.com/lmwq838 .

It consist of original grey colored file name as GreyColoredFile.TIFF.
And generated multipage tiff file as multi.TIFF which is created after merging 3 TIFF files including GreyColoredFile.TIFF file.

Thanks
by rajendram
2013-09-04T05:20:28-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Re: Multipage TIFF file not having original TIFF image quali

Hi,

Thank you for your quick reply.
However I am here unable to attach file as I tried to PM also but it is not allowing to upload tiff/zip file.

I am using latest windows version of Imagemagick version ImageMagick 6.8.6-8 2013-08-04 Q16 under XAMPP 3.2.1 under Windows 7.


Thanks,
Rajendra
by rajendram
2013-09-04T04:46:19-07:00
Forum: Developers
Topic: Multipage TIFF file not having original TIFF image quality.
Replies: 12
Views: 12042

Multipage TIFF file not having original TIFF image quality.

Hi, I have following code which generates multipage TIFF file name as multi.TIFF from the img folder. However it is failed to keep original individual TIFF image quality. Please have a look into this issue and provide valid solution/feedback on this. $multiTIFF = new Imagick(); $mytifspath = "z ...