Search found 14 matches
- 2016-01-20T14:02:44-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Good news! I was finally able to convert a PDF to a usable TIFF using a current version of ImageMagick (6.9.3-0)! Here is the updated command: convert -density 500 -units PixelsPerInch ACBYX.pdf[0] -background white -alpha remove -define white-point=0x0 -resize 4125x5338 -monochrome -compress Group4 ...
- 2016-01-20T14:01:44-07:00
- Forum: Developers
- Topic: Behavior change in 6.9.1.2 - re: PDF->TIF, Chromaticity
- Replies: 3
- Views: 4772
Re: Behavior change in 6.9.1.2 - re: PDF->TIF, Chromaticity
@dlemstra that did the trick! I added the -define before my -resize and Chromaticity is gone and my crummy old software now happily consumes the TIFF files generated by ImageMagick. Thanks!
- 2016-01-19T10:56:05-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
It's a (very) old version of Exstream Dialogue. It's proprietary software, and I'm sure our version of it is far past EOL. I'm trying to figure out if we can modernize/replace it, but that process is going to take a while.
- 2016-01-19T08:53:22-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Thanks again, Fred! This is some of the best OSS community support I've ever experienced :-) I posted in Developers here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=29009. We should probably continue the discussion there to avoid forking it. But I wanted to answer your question ...
- 2016-01-19T08:49:43-07:00
- Forum: Developers
- Topic: Behavior change in 6.9.1.2 - re: PDF->TIF, Chromaticity
- Replies: 3
- Views: 4772
Behavior change in 6.9.1.2 - re: PDF->TIF, Chromaticity
Hi, folks! Thanks for all of your hard work on ImageMagick!!! I'm using ImageMagick to convert PDFs to TIFFs as part of a pre-print process. Starting with version 6.9.1.2, `convert` does not generate files that my (very picky, legacy) software can use. The only correlated difference I can see with ...
- 2016-01-15T13:26:01-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
6.9.0-10 is the version. We're using the same version, but I was pointing out that you were checking for Chromaticity on the original PDF, whereas I am interested in whether Chromaticity is included on the TIF generated from the PDF. It doesn't matter to me whether the PDF has the Chromaticity or not.
- 2016-01-15T11:38:54-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Fred, thanks for checking that. I also get the Chromaticity when I run identify on the PDF with 6.9.0, but I don't see Chromaticity on the converted TIFF with 6.9.0. 6.9.0 manages to remove it, whereas the later versions leave it in place. I'm using the same version of Ghostscript in all cases (9.15 ...
- 2016-01-14T13:13:40-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Fred, you're the best! You can download the PDF from http://singlebrook.com/system/resources ... /ABSYX.pdf
I tried adding `-strip` after the `ABSYX.pdf[0]`, but that did not change anything. Chromaticity still stubbornly shows up.
I tried adding `-strip` after the `ABSYX.pdf[0]`, but that did not change anything. Chromaticity still stubbornly shows up.
- 2016-01-13T10:45:24-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
6.9.1-10 doesn't work for me either. That narrows things down a bit, but I don't see any obvious culprits in the changelog between 6.9.0-10 and 6.9.1-10.
- 2016-01-13T10:09:41-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Yeah, I should have mentioned that I checked the changelog. I saw a few TIFF-related items, but nothing that seemed obviously related to my issue.
- 2016-01-13T09:57:38-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
So this was working great with ImageMagick 6.9.0-10. In trying to get another person set up to do these conversions, we found that TIFFs generated using 6.9.2-10 do not work, and they include the Chromaticity section that we had successfully gotten rid of before. `identify -verbose` output from 6.9 ...
- 2016-01-06T13:53:29-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Yes! Win! Thanks, Fred!!! That did the trick! The old, crusty PDF generator I'm using now happily incorporates these TIFF files :-) convert -density 500 -units PixelsPerInch ACBYX.pdf[0] -background white -alpha remove -resize 4125x5338 -monochrome -compress Group4 ACBYX.tif (I also had to remove ...
- 2016-01-05T11:50:22-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Re: Remove Chromaticity info in PDF->TIFF
Thanks, @fmw42. The PDF actually contains mostly text, so there's no image for me to extract. I'm using ghostscript (automatically via ImageMagick) to render the text to an image.
- 2016-01-05T11:43:46-07:00
- Forum: Users
- Topic: Remove Chromaticity info in PDF->TIFF
- Replies: 23
- Views: 14499
Remove Chromaticity info in PDF->TIFF
Hi! I'm converting one-page PDFs to TIFF files, and the tool that consumes the TIFFs is *very* picky about its input. The TIFF I'm creating is being rejected by this tool with the spurious error message: TIFF is not uncompressed 1 bit or compressed using CCITT G4. File is ignored. I say this message ...