Search found 10 matches
- 2013-11-22T15:37:20-07:00
- Forum: Users
- Topic: Regarding issue with resample option using convert command
- Replies: 2
- Views: 2281
Regarding issue with resample option using convert command
HI , I am trying the below TIF file to convert to JPG . Copied the image below https://docs.google.com/file/d/0B4IKFaN3m3mqT1VORTZsX3hPWFU/edit command that I used : convert /b/testDeer.tif -units pixelsperinch -resample 120 -profile /ImageMerchant/config/ICCProfiles/Recommended/USWebCoatedSWOP.icc ...
- 2013-11-19T16:38:19-07:00
- Forum: Users
- Topic: IM generating black screen when converting few PDFs to JPEG
- Replies: 7
- Views: 5904
Re: IM generating black screen when converting few PDFs to J
try turning off the alpha channel (which is the -negate of the image channel). I think your alpha channel is redundant convert 11152013_PDF.pdf[0] -alpha off 11152013_PDF-0.jpg That works for me on IM 6.8.7.6 Q16 I tried with "-alpha off" option, it is a little bit better but the text is not ...
- 2013-11-19T12:22:29-07:00
- Forum: Users
- Topic: IM generating black screen when converting few PDFs to JPEG
- Replies: 7
- Views: 5904
Re: IM generating black screen when converting few PDFs to J
With recent IM v6.8.7-0 and GS v9.07 on Windows 7, with no profile, I get black text on white background. I suggest you upgrade Ghostscript. Tried with latest IM and GS and suggested above Machine Details Windows Server 2008 R2 64 bit Operating System We have the latest version of IM and GS on this ...
- 2013-11-19T11:34:32-07:00
- Forum: Users
- Topic: IM generating black screen when converting few PDFs to JPEG
- Replies: 7
- Views: 5904
IM generating black screen when converting few PDFs to JPEG
We have upgraded ImageMagick software to the latest version and now we are having problem while converting few PDFs to JPEGs, the new version of IM is generating weird JPGs. For the same PDF, we are getting good JPEG in old version of ImageMagick (6.5.4-7). Have a look at the below picture which ...
- 2013-11-12T05:56:39-07:00
- Forum: Users
- Topic: unending warnings from "identify -format %[profile:icc]" cmd
- Replies: 6
- Views: 5125
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
- 2013-11-11T19:58:47-07:00
- Forum: Users
- Topic: unending warnings from "identify -format %[profile:icc]" cmd
- Replies: 6
- Views: 5125
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 ...
- 2013-11-11T16:39:20-07:00
- Forum: Users
- Topic: unending warnings from "identify -format %[profile:icc]" cmd
- Replies: 6
- Views: 5125
unending warnings from "identify -format %[profile:icc]" cmd
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 ...
- 2013-11-03T18:19:47-07:00
- Forum: Users
- Topic: Getting ICC profile using "identify -format"
- Replies: 1
- Views: 3689
Getting ICC profile using "identify -format"
Hi I am trying to use below command to get ICC profile embedded in that image, but the command is not returning the profile. identify -format "%[profile:icc]" TajMahal_9_cmyk_Out.jpg However, this file has an ICC profile and I am able to see that if I use "identify -verbose TajMahal_9_cmyk_Out.jpg ...
- 2013-11-01T09:50:17-07:00
- Forum: Users
- Topic: Getting ICC profile using "identify -format"
- Replies: 3
- Views: 3076
Re: Getting ICC profile using "identify -format"
Thanks,
I will try with latest version.
I will try with latest version.
- 2013-11-01T08:19:46-07:00
- Forum: Users
- Topic: Getting ICC profile using "identify -format"
- Replies: 3
- Views: 3076
Getting ICC profile using "identify -format"
Hi I am trying to use below command to get ICC profile embedded in that image, but the command is not returning the profile. identify -format "%[profile:icc]" TajMahal_9_cmyk_Out.jpg However, this file has an ICC profile and I am able to see that if I use "identify -verbose TajMahal_9_cmyk_Out.jpg ...