Search found 116 matches

by Carter J
2014-10-15T06:42:30-07:00
Forum: Bugs
Topic: Background color becoming black from TIF to JPG conversion
Replies: 6
Views: 8193

Re: Background color becoming black from TIF to JPG conversi

@snibgo, I have another file with same transparency. Included the identify command output in the following text file https://www.dropbox.com/s/62xioufprt5unzl/CMYK_TRANS_IdentifyOP.txt My question is both the files (tif_bg_white.tiff and BG_trans_CMYK.tiff) have transp background. I have used the sa...
by Carter J
2014-10-14T10:40:09-07:00
Forum: Bugs
Topic: Background color becoming black from TIF to JPG conversion
Replies: 6
Views: 8193

Re: Background color becoming black from TIF to JPG conversi

Thanks for the quick response. As you suggested, Converted the Tiff Image by removing "-alpha off" from the command, but the output image was same. Command used: convert -units pixelsperinch -resize 800X600 tif_bg_white.tiff[0] -profile /tmp/ICCProfiles/Recommended/USWebCoatedSWOP.icc tif_...
by Carter J
2014-10-14T04:47:52-07:00
Forum: Bugs
Topic: Background color becoming black from TIF to JPG conversion
Replies: 6
Views: 8193

Background color becoming black from TIF to JPG conversion

Hi All, We have a TIFF image and while converting TIFF file to JPG file, the background of the output image is becoming black. When we tried with PHOTOSHOP the output JPG file is good and as expected. https://www.dropbox.com/s/hmajdtaic215w0u/Comparison_IMandPhotoshop.jpg Command used: convert -alph...
by Carter J
2014-08-27T06:42:24-07:00
Forum: Users
Topic: Conversion of EPS to JPG file generates zero byte file
Replies: 13
Views: 14795

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

I have upgraded my IM to 6.8.9-7 version and even updated my GhostScript version to 9.10 Then also I am facing same issue. Conversion of EPS to JPG generating zero byte file. @snibgo & @fmw42, For Each upgrade of will the libjpeg will update????????? ls -l libjpeg* lrwxrwxrwx 1 root root 17 Mar ...
by Carter J
2014-08-21T04:39:20-07:00
Forum: Users
Topic: How to upgrade the IM version on Linux Machine
Replies: 2
Views: 4866

How to upgrade the IM version on Linux Machine

Hi, I have installed IM (version - 6.8.7-5) on my Linux machine. I want to upgrade the IM version to 6.8.8-7. Linux Machine Info: [Car@lnx-dev-1 ~]$ uname -a Linux lnx-dev-1 2.6.32-279.9.1.el6.x86_64 #1 SMP Fri Aug 12 08:03:39 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux Thanks in advance. Regards, Carte...
by Carter J
2014-08-21T04:35:20-07:00
Forum: Users
Topic: Conversion of EPS to JPG file generates zero byte file
Replies: 13
Views: 14795

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

Hi fmw42, The libjpeg version is libjpeg.so.62.0.0 . And We have only one version of ImageMagick on our machine and the version of the IM is: convert -version Version: ImageMagick 6.8.8-7 Q16 x86_64 2014-02-17 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Featu...
by Carter J
2014-04-15T07:17:16-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26146

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

ImageMagick does not store the DPI in the EPS file. The value you are seeing is the default value that is used when reading an EPS file. We are trying to write a EPS file here. Input File - JPEG 300 dpi Output File - EPS 300 dpi Can't we write an EPS file as we are not trying to read the vector dat...
by Carter J
2014-04-01T00:23:19-07:00
Forum: Users
Topic: identify: missing 'resolution' for GIFs
Replies: 4
Views: 6252

Re: identify: missing 'resolution' for GIFs

The DPI is read from the 8bim profile. The Koala image does not contain an 8bim profile. We recently added a feature that will update the profile if it contains DPI information. It will not add a new 8bim profile, it will only modify the value. With the following command you can change the DPI of G...
by Carter J
2014-03-26T06:02:20-07:00
Forum: Users
Topic: PSD conversions not maintaining transparency
Replies: 3
Views: 3733

Re: PSD conversions not maintaining transparency

A psd file is not read by Ghostscript, we use our internal reader. It is not a vector image. Why do you need to add -alpha off when you want to keep transparency? I get the correct image with the following command: convert InputPSDFile.psd -units pixelsperinch -resample 72 outputPSDFile.psd Thanks,...
by Carter J
2014-03-26T02:52:52-07:00
Forum: Users
Topic: PSD conversions not maintaining transparency
Replies: 3
Views: 3733

PSD conversions not maintaining transparency

Hi, We are trying to change resolution of PSD files, But the output PSD files background is turning into black. Command used: convert -alpha off -units pixelsperinch -resample 72 InputPSDFile.psd outputPSDFile.psd input PSD FIle: https://www.dropbox.com/s/6xp7ydegrv3wq4m/InputPSDFile.psd Imagemagick...
by Carter J
2014-03-24T21:39:41-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26146

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

Try: convert TIFF-CMYK_1.tif -units pixelsperinch -density 216 ps3:Test_Out.eps Hi, Above not worked and still showing output resolution as 72 Image: Test_Out.eps Format: PS (PostScript) Mime type: application/postscript Class: DirectClass Geometry: 297x444+0+0 Resolution: 72x72 Tried with ImageMag...
by Carter J
2014-03-24T07:38:18-07:00
Forum: Users
Topic: Producing Bad JPEG while converting from Tif
Replies: 1
Views: 2559

Producing Bad JPEG while converting from Tif

Hi, While trying to convert a TIFF file to JPEG, the output is distorted and showing kind of x-ray effect. Commands Used: convert -alpha off -units pixelsperinch -resample 150 inputImage.tif -profile USWebCoatedSWOP.icc -profile "sRGB Color Space Profile.icm" outputImage.jpg and convert in...
by Carter J
2014-03-24T00:41:33-07:00
Forum: Users
Topic: identify: missing 'resolution' for GIFs
Replies: 4
Views: 6252

Missing 'resolution' for GIFs and how to change Res of GIF f

Hi, We are trying to convert JPEG (and other format) files to GIF and resolution change is not working as expected. Command tried: convert -resample 216 InputJPG.jpg GifResolution.gif Link for inputJPG.jpg: https://www.dropbox.com/s/fz1rzzucgcwn1n9/InputJPG.jpg And we are able to see "Resolutio...
by Carter J
2014-03-23T23:49:53-07:00
Forum: Bugs
Topic: Converting any image to EPS-CMYK produces distorted files
Replies: 19
Views: 26146

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

I can produce a correct image with ImageMagick 6.8.8-6 x64 on windows 7 with the following commands: convert D:\test\tif\TIFF-CMYK_1.tif ps3:D:\test\tif\TIFF-CMYK_1.eps identify D:\Test\tif\TIFF-CMYK_1.eps TIFF-CMYK_1.eps PS 642x960 642x960+0+0 16-bit ColorSeparation CMYK 2.465MB 0.016u 0:00.018 co...
by Carter J
2014-03-23T06:19:51-07:00
Forum: Users
Topic: identify: missing 'resolution' for GIFs
Replies: 4
Views: 6252

identify: missing 'resolution' for GIFs

Hi, "identify -verbose" on GIF's not displaying Resolution of Image Imagemagick version: Version: ImageMagick 6.8.8-9 Q16 x64 2014-03-16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Operating System: Windows 7 Image URL: ...