Search found 10 matches

by srikrishnan
2011-11-14T23:41:56-07:00
Forum: Users
Topic: resolution problem
Replies: 10
Views: 15226

Re: resolution problem

Hi Anthony,

thanks for your mail.

But in my case, as per i mentioned in my previous mail, if I use "-strip" after the image read, it will not stripped out the profile.

Thanks,
Srikrishnan
by srikrishnan
2011-11-14T01:43:46-07:00
Forum: Users
Topic: resolution problem
Replies: 10
Views: 15226

Re: resolution problem

Thanks for everyone, now I have used the option "-strip" as follows: convert -strip -density 150 -quality 80 "c:/sample.tif" +antialias -colorspace RGB "c:/sample.jpg" it removes the embedded profile of photoshop and all the viewers shows exactly as per our requirement. Thanks, Srirkishnan
by srikrishnan
2011-11-13T21:45:40-07:00
Forum: Users
Topic: Adobe image issue
Replies: 3
Views: 5678

Re: Adobe image issue

Hi Thanks for your response, my PC details OS: Windows XP Version: ImageMagick 6.7.0-6 2011-06-07 Q16 Command: convert -density 600 "C:/sample.eps" -resize 25% "c:/sample.jpg" FYI: I dont know how to upload eps image from my hard disk to this forum (img button only supports url link) Thanks ...
by srikrishnan
2011-11-11T21:40:50-07:00
Forum: Users
Topic: Adobe image issue
Replies: 3
Views: 5678

Adobe image issue

Hi All, I want to automate a process using Imagemagick which is so far doing manually through Adobe photoshop. i.e. EPS files need to be converted to jpeg format with 150 dpi resolution In Adobe photoshop the quality of the image looks so clear with the above mentioned 150 dpi But from Image magick ...
by srikrishnan
2011-11-11T21:09:22-07:00
Forum: Users
Topic: resolution problem
Replies: 10
Views: 15226

Re: resolution problem

Thanks for your suggestion, I have tried the option "-strip" it reduces the 125KB file to 65KB, but even original resolution not shown by the "Windows Pictures and Fax Viewer" or any other windows softwares. my syntax is as follows: convert c:/sample.jpg -strip c:/sample.jpg thanks, Srikrishnan
by srikrishnan
2011-11-10T03:40:38-07:00
Forum: Users
Topic: resolution problem
Replies: 10
Views: 15226

resolution problem

Hi All, I have a requirement to convert set of tif images to jpeg format. For this purpose I have written a perl script. Through which I called image magick successfully. At the conversion stage 300x300 dpi resolution need to be changed to 150x150 resolution. I have used -resample command for this ...
by srikrishnan
2010-01-18T21:53:29-07:00
Forum: Users
Topic: EPS to JPEG conversion
Replies: 1
Views: 3433

EPS to JPEG conversion

Hi All, I was tried to convert EPS images (which are created using Adobe Illustrator) to JPEG format using ghostscript, it converts successfully with clarity, but if any EPS contains any raster images within that, those are not properly converted by ghostscript, they appears in black in the output ...
by srikrishnan
2009-09-09T02:45:52-07:00
Forum: Users
Topic: EPS to TIF conversion
Replies: 0
Views: 2633

EPS to TIF conversion

Hi All,

I want to convert EPS figures to TIF figures with the following condition

EPS CMYK to RGB 300x300 resolution
EPS BLACK to Grayscale 600x600 resolution

Is it possible to do this using ImageMagick.

Thanks in Advance,
Srikrishnan
by srikrishnan
2009-07-01T21:11:03-07:00
Forum: Users
Topic: Error in TIFF Detail
Replies: 2
Views: 4753

Re: Error in TIFF Detail

Hi, Thanks for your reply. The tiff of the log I pasted in my mail was created using Adobe photoshop CS where as other tiff files which are created using CS2, CS3 are showing correct resolution. In my observation I found that the current version ImageMagick was not fully supporting Adobe photoshop ...
by srikrishnan
2009-06-30T23:20:54-07:00
Forum: Users
Topic: Error in TIFF Detail
Replies: 2
Views: 4753

Error in TIFF Detail

Hi All, I have generated the TIFF details using the following command: identify -verbose "gap03702.tif" >c:/gap03702.log using my latest imagemagick version 6.5.3-6 Actually this figure has been created in 600 X 600 dpi. but it shows only 96 X 96. Here I have attached the complete log I have ...