Re: [Gimp-user] newbie: script for converting eps line drawings to gif

2011-01-20 Thread Ray Tayek
At 02:41 PM 1/20/2011, Ray Tayek wrote:
At 11:30 PM 1/19/2011, you wrote:
 On 1/20/2011 2:24 AM, Ray Tayek wrote:
   hi, i have a lot of eps files that i need to convert ...
 Try David's Batch Processor:
 http://members.ozemail.com.au/~hodsond/dbp.html
 
 It's really cool.

i will try this.

this plugin seems a bit tricky to use.

but i did get one fairly good set of results specifying enable and 
convert to gray in the color tab.

the results are here: http://tayek.com/bobt/images/gimp/dbp.html

thanks

---
co-chair http://ocjug.org/

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


Re: [Gimp-user] newbie: script for converting eps line drawings to gif

2011-01-20 Thread Mike Williams
On Thu, Jan 20, 2011 at 7:43 PM, Ray Tayek rta...@ca.rr.com wrote:

 At 02:41 PM 1/20/2011, Ray Tayek wrote:
 At 11:30 PM 1/19/2011, you wrote:
  On 1/20/2011 2:24 AM, Ray Tayek wrote:
hi, i have a lot of eps files that i need to convert ...


You may want to consider Ghostscript.

This was done on linux with the following command and ghostscript

gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngmono -r100 -dDEVICEWIDTHPOINTS=234
-dDEVICEHEIGHTPOINTS=234  -sOutputFile=$2.png $1.eps

http://watson.bio.whe.umb.edu/images/page4.png

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


Re: [Gimp-user] newbie: script for converting eps line drawings to gif

2011-01-20 Thread Ray Tayek
At 05:58 PM 1/20/2011, Mike Williams wrote:
On Thu, Jan 20, 2011 at 7:43 PM, Ray Tayek 
mailto:rta...@ca.rr.comrta...@ca.rr.com wrote:
At 02:41 PM 1/20/2011, Ray Tayek wrote:
 At 11:30 PM 1/19/2011, you wrote:
  On 1/20/2011 2:24 AM, Ray Tayek wrote:
hi, i have a lot of eps files that i need to convert ...


You may want to consider Ghostscript.

This was done on linux with the following command and ghostscript

gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pngmono -r100 
-dDEVICEWIDTHPOINTS=234 -dDEVICEHEIGHTPOINTS=234  -sOutputFile=$2.png $1.eps

http://watson.bio.whe.umb.edu/images/page4.pnghttp://watson.bio.whe.umb.edu/images/page4.png

that's fairly nice. i may persued this. i have a few thousand images 
and they are in different sizes and scales.  some of them have been 
inserted into m$ word and pdf docs and then exported.

i am working on some scripts that will fool around with different 
bunches of them.

thanks

---
co-chair http://ocjug.org/

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


Re: [Gimp-user] newbie: script for converting eps line drawings to gif

2011-01-20 Thread Ray Tayek
At 04:51 PM 1/20/2011, Ofnuts wrote:
On 01/21/2011 01:43 AM, Ray Tayek wrote:
At 02:41 PM 1/20/2011, Ray Tayek wrote:
At 11:30 PM 1/19/2011, you wrote:
On 1/20/2011 2:24 AM, Ray Tayek wrote:
hi, i have a lot of eps files that i need to convert ...
Try David's Batch Processor:
http://members.ozemail.com.au/~hodsond/dbp.html ...
i will try this.
this plugin seems a bit tricky to use.

but i did get one fairly good set of results specifying enable and
convert to gray in the color tab.

the results are here: http://tayek.com/bobt/images/gimp/dbp.html

Even better results from convert if you fix the EPS first... These 
are the result of a plain:

convert page3b.eps page3b.gif

this is really nice.

but it needs to be flattened (i think - works in mail, but is black 
in previewer)

i will work on some scripts that will give me the info to perhaps fix the eps.

thanks


---
co-chair http://ocjug.org/

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