Search found 116 matches

by Carter J
2014-03-18T02:57:28-07:00
Forum: Users
Topic: Conversion of EPS to JPG file generates zero byte file
Replies: 13
Views: 14816

Re: Conversion of EPS to JPG file generates zero byte file

Hi, We have upgraded both ImageMagick and Ghostscript and still facing the same issue Version: ImageMagick 6.8.8-7 Q16 x86_64 2014-02-17 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freet...
by Carter J
2014-03-06T06:01:59-07:00
Forum: Users
Topic: Missing part of the image when converted from pdf to jpg
Replies: 1
Views: 2207

Missing part of the image when converted from pdf to jpg

Hi All, When we are trying to convert a pdf to jpg, the red diagonal bars which present on inputPDF are missing on the output jpg. Commands tried : convert -layers merge InputPDF.pdf Output.jpg convert InputPDF.pdf Output.jpg We received this pdf from someone else and we don't know how the pdf is ma...
by Carter J
2014-02-22T12:08:00-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26171

Re: Converting any image to EPS-CMYK produces distorted file

convert D:\test\tif\TIFF-CMYK_1.tif ps3:D:\test\tif\TIFF-CMYK_1.eps Maybe eps viewer does not suport ps3? Downloaded the latest IM as you said and tried using ps3 to get EPS files. Correct, when viewing the files with EPS viewer its not displaying the output EPS properly. We tried opening the resul...
by Carter J
2014-02-12T02:10:01-07:00
Forum: Users
Topic: No decode delegate for image format `20SPACE:203.jpg''
Replies: 2
Views: 3404

Re: No decode delegate for image format `20SPACE:203.jpg''

Thanks for the reply, Without colons its working fine. I have tried the following command: convert -alpha off -units pixelsperinch -resample 72 /e2/test.jpg[0] -profile "/e2/ICCProfiles/Recommended/sRGB Color Space Profile.icm" -profile "/e2/ICCProfiles/Recommended/sRGB Color Space Pr...
by Carter J
2014-02-11T23:46:47-07:00
Forum: Users
Topic: No decode delegate for image format `20SPACE:203.jpg''
Replies: 2
Views: 3404

No decode delegate for image format `20SPACE:203.jpg''

Hi, I have executed the following command convert -alpha off -units pixelsperinch -resample 72 /e2/V:20SPACE:20SPCAE:203.jpg[0] -profile "/e2/ICCProfiles/Recommended/sRGB Color Space Profile.icm" -profile "/e2/ICCProfiles/Recommended/sRGB Color Space Profile.icm" "/e2/V:20SP...
by Carter J
2014-02-11T23:27:28-07:00
Forum: Bugs
Topic: EPS images loosing data when opening in ImageMagick display
Replies: 3
Views: 6875

Re: EPS images loosing data when opening in ImageMagick disp

This looks like a missing feature in Ghostscript. At some point we execute something that looks like the following command: "C:/Program Files (x86)/gs/gs9.10/bin/gswin32c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEV...
by Carter J
2014-02-11T00:54:37-07:00
Forum: Bugs
Topic: EPS images loosing data when opening in ImageMagick display
Replies: 3
Views: 6875

EPS images loosing data when opening in ImageMagick display

We have a set of EPS images and when we are trying to use ImageMagick to do the conversion its loosing the background colors, not sure if they are background colors or some clipping path When we open the same EPS image using IMDisplay, EPS viewer or Preview appication its still not showing the backg...
by Carter J
2014-02-10T03:36:42-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26171

Re: Converting any image to EPS-CMYK produces distorted file

Tried this with latest version ImageMagick 6.8.8-5 Q16 x64, still the output images chopped off and distorted.

Any help on this is greatly appreciated and still we are not able to figure out root cause of issue.
by Carter J
2014-02-09T23:38:07-07:00
Forum: Users
Topic: Resize failing for transparent images on IM 6.5.4-7
Replies: 10
Views: 11436

Re: Resize failing for transparent images on IM 6.5.4-7

PS I went back to IM 6.7.5.5 (as far back as I can go) and the above command works just fine. No white is showing around the red letters. So at some point there was a change to reading PSD files and IM could read the background transparency. However, I think, this is to be fixed in IM 6.8.8.5. see ...
by Carter J
2014-02-07T03:59:58-07:00
Forum: Users
Topic: Resize failing for transparent images on IM 6.5.4-7
Replies: 10
Views: 11436

Re: Resize failing for transparent images on IM 6.5.4-7

fmw42 wrote: A further test of available versions shows that the change occurred first at IM 6.8.8.1
Yes, it used to work in the earlier versions. Hopefully it will be fixed in IM 6.8.8-5
by Carter J
2014-02-06T06:58:33-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26171

Re: Converting any image to EPS-CMYK produces distorted file

Can you try to save the image as ps3:TIFF-CMYK_1.eps. dlemstra, I tried convert TIFF-CMYK_1.tif ps2:Test_Out.eps convert TIFF-CMYK_1.tif ps3:Test_Out.eps Tried ps3:Test_Out.eps also with no success, still the output images look distorted. And also the output images are chopped off when using ps3 i....
by Carter J
2014-02-06T03:02:24-07:00
Forum: Users
Topic: Resize failing for transparent images on IM 6.5.4-7
Replies: 10
Views: 11436

Re: Resize failing for transparent images on IM 6.5.4-7

convert -resize 1875x2500 Watermark.PSD[0] Watermark_resized.pn g You are using PSD as in intermediate format. Any particular reason? I would use PNG. Test it to ensure it has the transparency you expect. Thanks, that worked But any specific reason why ImageMagick is not able to handle PSD files
by Carter J
2014-02-06T00:01:05-07:00
Forum: Users
Topic: Resize failing for transparent images on IM 6.5.4-7
Replies: 10
Views: 11436

Re: Resize failing for transparent images on IM 6.5.4-7

This is the way IM handles PSD files with background transparency . It currently only used alpha channel transparency in PSD files. This has been reported and is being looked into. But most likely, there will not be any backward compatibility changes. The only way I know now to handle it, is to ope...
by Carter J
2014-02-05T07:42:12-07:00
Forum: Users
Topic: Resize failing for transparent images on IM 6.5.4-7
Replies: 10
Views: 11436

Resize failing for transparent images on IM 6.5.4-7

ImageMagick Version - 6.5.4-7 2012-04-10 Q16 We have a watermark image and we need to resize it in accordance with the image that we are trying to apply the watermark, so we get the Width and height of the original image and then using convert resize the watermark accordingly and apply it on the ori...
by Carter J
2014-02-04T06:34:36-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26171

Re: Converting any image to EPS-CMYK produces distorted file

Have you tried the latest release, 6.8.8.4? Does it still fail? Yes, its still failing 1. Output EPS-CMYK images are still distorted even after using ps2 2. The colorspace is still not showing the expected color mode i.e., "CMYK" Will this be fixed in the next release of ImageMagick 6.8.8...