Hi,
I am getting below unending warning messages when I ran identify command to find out the ICC profile and the command never return back. I have to do a ctrl+c to stop the command.
-bash-4.1$ identify -format %[profile:icc] 120113_BIL_ALL_1stProof_01-36.pdf
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
^C-
ImageMagick version is: 6.8.7-5 Q16 x86_64 2013-11-07
Can you please help out how can I avoid these warnings ?
Thanks,
Papagi
unending warnings from "identify -format %[profile:icc]" cmd
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: unending warnings from "identify -format %[profile:icc]"
Is is one warning per page? What happens if you use "-quiet"? Or [0] after the input filename?
snibgo's IM pages: im.snibgo.com
Re: unending warnings from "identify -format %[profile:icc]"
Same thisng with -quiet and [0] after file name as below:
-bash-4.1$ identify -quiet -format %[profile:icc] 120113_BIL_ALL_1stProof_01-36.pdf[0]
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
-bash-4.1$ identify -quiet -format %[profile:icc] 120113_BIL_ALL_1stProof_01-36.pdf[0]
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
warning: ignoring invalid option raw
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: unending warnings from "identify -format %[profile:icc]"
Weird. Can you put the pdf somewhere like dropbox.com and paste the link here?
snibgo's IM pages: im.snibgo.com
Re: unending warnings from "identify -format %[profile:icc]"
Here is the PDF link that I had uploaded to dropbox - https://www.dropbox.com/s/p23591o3bc7ln ... _01-36.pdfsnibgo wrote:Weird. Can you put the pdf somewhere like dropbox.com and paste the link here?
TIA
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: unending warnings from "identify -format %[profile:icc]"
On v6.8.7-0 on Windows 7, this command ...
... took about 4 minutes on my laptop and produced no output at all.
Did you use a pre-built binary? Maybe your build is bad, but I don't know.
Code: Select all
identify -format %[profile:icc] 120113_BIL_ALL_1stProof_01-36.pdf
Did you use a pre-built binary? Maybe your build is bad, but I don't know.
snibgo's IM pages: im.snibgo.com
Re: unending warnings from "identify -format %[profile:icc]"
The message 'warning: ignoring invalid option raw' is a message from GhostScript. And I am not sure if we support reading profiles from pdf files...