Comments on: Convert PS and EPS images to JPEG http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Sana http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-18114 Thu, 23 Dec 2010 04:22:40 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-18114

Dear Sir,

I have used mention below script to convert eps into jpg
gs -sDEVICE=jpeg -dJPEGQ=100 -dNOPAUSE -dBATCH -dSAFER -r300 -sOutputFile=TvLDH-1bdmA.jpg TvLDH-1bdmA.eps

this command is not working and following error occured

ESP Ghostscript 8.15.3: Unrecoverable error, exit code 1

Kindly give me your kind suggestions.
Thank you

Reply  |  Quote
]]>
By: Tatva168 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-15611 Thu, 20 May 2010 12:29:56 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-15611

Hi

i want to convert a .eps,.tif,.psd file in jpeg format on window 7 using ghost script.

How to install ghost script on window 7?

is there different command for convert and resize in windows system? if yes then can you give me that one?

one more thing my directory contatin 20 eps file,so if you have command that convert all in once then please give me

Thanks

Reply  |  Quote
]]>
By: Praveen http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-15174 Fri, 23 Apr 2010 14:22:23 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-15174

iuse the following
convert filename.ps filename.jpeg

Reply  |  Quote
]]>
By: Suresh http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-13722 Sat, 05 Dec 2009 07:35:11 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-13722

Hi Luke,

Can you please help me for this problem…

Reply  |  Quote
]]>
By: Suresh http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-13721 Sat, 05 Dec 2009 07:32:59 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-13721

Hello Everyone,

I can’t able to create .jpg file while running the below php code in the oscommerce.

$ps2jpg=”gs -sOutputFile=” . DIR_FS_CATALOG . DIR_WS_GCIMAGES . gc_customer_directory($custno) . “/” . $code . “.ps -sDEVICE=jpeg -r300 -dNOPAUSE -dBATCH ” . DIR_FS_CATALOG . DIR_WS_GCIMAGES . gc_customer_directory($custno) . “/” . $code . “.jpg”;

Can any one please me regarding this issue.

Reply  |  Quote
]]>
By: Astropiter http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-12247 Tue, 05 May 2009 23:50:03 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-12247

Thank you very much for the article. It really helped me out.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8531 Mon, 17 Mar 2008 18:18:53 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8531

It’s part of the Image Magic package. You’re on Ubuntu, right?

sudo aptitude install imagemagic

That should install mogrify and bunch of other useful image manipulation tools.

Reply  |  Quote
]]>
By: Srinivas http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8530 Mon, 17 Mar 2008 18:15:34 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8530

Dear Sir
I am thankful to your reply
But In my computer I donot have mogrify command
Please kindly suggest me
Thanking you sir
D Srinivas

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8529 Mon, 17 Mar 2008 18:05:54 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8529

Did you do the mogrify step from above? Set the resolution to something smaller (like 320×320 for example) and see if that drops down the size.

I’d try -sample instead of -resize option – this way it will resample the image hopefully resulting in much greater size reduction.

Reply  |  Quote
]]>
By: Srinivas http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8527 Mon, 17 Mar 2008 16:52:12 +0000 http://www.terminally-incoherent.com/blog/2007/04/23/convert-ps-and-eps-images-to-jpeg/#comment-8527

Dear Sir
I am working with those commands fine, Now what the images created
are having very large file size
Could you please suggest me to reduce the file size of jpeg images
Because I am creating at a time 12 images giving a total size of
nearly 20 MB
So, Please could you please suggest me to reduce the file size
Thanking you sir
D Srinivas

Reply  |  Quote
]]>