On 01/20/2011 02:24 AM, Ray Tayek wrote:
> hi, i have a lot of eps files that i need to convert to gif (or png).
> i was trying to use image magic, but not having any luck.
>
> i am a programmer, but i do not know lisp.
>
> if i import an eps into gimp and save it as a gif, it look pretty
> good. but i need to convert hundreds of these.
>
> can someone point me to some kind of starter script that would go
> throug the eps files in a directory and do the conversion.
>
> any pointers will be appreciated.
>
> thanks
>
>

Not with Gimp... this is the kind of work ImageMagick's convert is meant 
for. Might be as simple as:

convert image.eps image.gif

but you also have a very large set of options...


_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to