Search found 5 matches

by jpunder1@hotmail.com
2016-03-08T09:55:57-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 9229

Re: convert to TIFF with JPEG compression, single strip/tile, YBrCR

Thank you so much for that clarification. So the "-set colorpace" defines the input and "-colorspace" the output. Now I can convert the LZW tifs to JPEG TIFFS with the proper coloring (converting directly from PDF still throws the same error as above). This works to convert tif to tif: convert Y ...
by jpunder1@hotmail.com
2016-03-08T08:55:29-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 9229

Re: convert to TIFF with JPEG compression, single strip/tile, YBrCR

Thank you for the reply. My application should accept either JPEG or OJPEG formats, according to their developers. The usable image was created by the application, as they still use pretty old code for everything. What I need to get is the same single strip/tile and YCbCr as the usable image, but ...
by jpunder1@hotmail.com
2016-03-08T08:03:58-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 9229

Re: convert to TIFF with JPEG compression, single strip/tile, YBrCR

Here is the PDF I am trying to convert to TIF. https://www.dropbox.com/s/qyhvnw1ls219gv7/TestMultipage.pdf?dl=0 This is a TIF that my application will work with, created by scanning the document through the application itself, which uses old style jpeg compression. https://www.dropbox.com/s ...
by jpunder1@hotmail.com
2016-03-07T14:29:53-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 9229

Re: convert to TIFF with JPEG compression, single strip/tile, YBrCR

Sorry, I left out the version and OS info: Version: ImageMagick 6.9.3-7 Q16 x64 2016-03-06 http://www.imagemagick.org Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Visual C++: 180040629 Features: Cipher DPC Modules OpenMP Delegates ...
by jpunder1@hotmail.com
2016-03-07T14:25:44-07:00
Forum: Users
Topic: convert to TIFF with JPEG compression, single strip/tile, YBrCR
Replies: 7
Views: 9229

convert to TIFF with JPEG compression, single strip/tile, YBrCR

I am attempting to convert multipage color PDFs to TIFF for import into a document imaging system. The system will only handle the final TIFFs properly if they are stored in one of the following formats: JPEG - Support only if single strip/tile, and Photometric Interpretation is YCbCr (OJPEG also ...