Main Page | Report this Page
Science Forum Index  »  Image Processing Forum  »  Images to EPS...
Page 1 of 1    

Images to EPS...

Author Message
rpmgmail.com...
Posted: Thu Oct 29, 2009 9:10 am
Guest
Hi!

I have more technical than scientific query.
Does anyone know any nice tool to convert images from any format (bmp,
ppm, pgm, png, jpeg) to eps?
I mean the tool that I could use in batch mode.
What I am doing know is saving as eps using GIMP, but the number of
images I have to convert will be increasing,
some automatic way of doing this would be appreciated

Thanks for any suggestions
Rych
 
Thomas Richter...
Posted: Thu Oct 29, 2009 2:21 pm
Guest
rpmgmail.com wrote:
[quote]Hi!

I have more technical than scientific query.
Does anyone know any nice tool to convert images from any format (bmp,
ppm, pgm, png, jpeg) to eps?
[/quote]
Look for the netpbm tools. It contains "pnmtops" to convert graphics to
postscript, and a lot of other tools to convert graphics to the pnm
format in first place.

Greetings,
Thomas
 
Jonathan Campbell...
Posted: Fri Oct 30, 2009 8:17 am
Guest
rpmgmail.com wrote:
[quote]Hi!

I have more technical than scientific query.
Does anyone know any nice tool to convert images from any format (bmp,
ppm, pgm, png, jpeg) to eps?
I mean the tool that I could use in batch mode.
What I am doing know is saving as eps using GIMP, but the number of
images I have to convert will be increasing,
some automatic way of doing this would be appreciated

[/quote]
You don't mention an operating system. Here is how I using ImageMagick
(available on Linux and Windows, but I cannot suggest an equivalent
Windows script / batch file) 'convert' command to make index images for
a website:

for i in *.jpg
do
echo "$i -> $i "
convert -resize 160x120 "$i" "$i"
done

To convert any image file (recognised by ImageMagick) to .eps would be

convert filename.xyz filename.eps

(to rewrite the script to do that is likely trivial but slightly beyond
me.)

Jon C.

--
Jonathan Campbell www.jgcampbell.com BT48, UK.
 
Martin Leese...
Posted: Fri Oct 30, 2009 9:01 am
Guest
Jonathan Campbell wrote:

[quote]You don't mention an operating system. Here is how I using ImageMagick
(available on Linux and Windows, but I cannot suggest an equivalent
Windows script / batch file) 'convert' command to make index images for
a website:

for i in *.jpg
do
echo "$i -> $i "
convert -resize 160x120 "$i" "$i"
done

To convert any image file (recognised by ImageMagick) to .eps would be

convert filename.xyz filename.eps

(to rewrite the script to do that is likely trivial but slightly beyond
me.)
[/quote]
Rewriting a BAT script to obtain the base
name by stripping off the extension is not
at all trivial. I have done it but, instead,
strongly recommend using Perl. In Perl it
*is* trivial.

If you really want to use BAT then Eric
Phelps has a useful help page at:
http://www.ericphelps.com/batch/lists/index.htm

--
Regards,
Martin Leese
E-mail: please at (no spam) see.Web.for.e-mail.INVALID
Web: http://members.tripod.com/martin_leese/
 
ImageAnalyst...
Posted: Sat Oct 31, 2009 9:42 am
Guest
On Oct 29, 3:10 pm, "rpmgmail.com" <r.p.mac... at (no spam) googlemail.com> wrote:
[quote]Hi!

I have more technical than scientific query.
Does anyone know any nice tool to convert images from any format (bmp,
ppm, pgm, png, jpeg) to eps?
I mean the tool that I could use in batch mode.
What I am doing know is saving as eps using GIMP, but the number of
images I have to convert will be increasing,
some automatic way of doing this would be appreciated

Thanks for any suggestions
Rych
[/quote]
-----------------------------------------------------------------------------------------
Personally I use ACDSee.
http://store.acdsee.com/store/acd/en_US/DisplayProductDetailsPage/productID..106893200
I've used irfanview, Picasa, Photodex, ThumbsPlus, and others but I
don't like any of them as well as ACDSee. It's fast, has a thumbnail
+ elnlarged view, slide show mode, etc. You can do all kinds of batch
processing things like select a bunch of images by clicking on their
thumbnail and then rotate them, convert to a different format, etc.
It can save them in place (overwrite) or can create new versions in a
separate folder. It also has a built in editor to do stuff like
redeye removal, cropping, enhancement, and any standard photo
retouching kinds of things. It's especially good when rolling the
mousewheel in slide show mode to see how pictures differ slightly from
each other, because it caches both the next and prior image so it's
lightning fast to display whatever image you go to next.
 
eljainc...
Posted: Tue Nov 10, 2009 6:21 pm
Guest
Rych,

I use Irfanview for doing this type of activity. It is a Windows
based graphics
viewer/utility.

Mike


On Oct 31, 1:42 pm, ImageAnalyst <imageanal... at (no spam) mailinator.com> wrote:
[quote]On Oct 29, 3:10 pm, "rpmgmail.com" <r.p.mac... at (no spam) googlemail.com> wrote:

Hi!

I have more technical than scientific query.
Does anyone know any nice tool to convert images from any format (bmp,
ppm, pgm, png, jpeg) to eps?
I mean the tool that I could use in batch mode.
What I am doing know is saving as eps using GIMP, but the number of
images I have to convert will be increasing,
some automatic way of doing this would be appreciated

Thanks for any suggestions
Rych[/quote]
 
rpmgmail.com...
Posted: Wed Nov 11, 2009 2:28 pm
Guest
Thanks for all advices.
ImageMagick convert does the job for me.
I use and like IrfanView but it does not seem to support saving
as .eps? Does it ?
Rych
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Wed Dec 09, 2009 4:18 pm