Re: Cut and paste an EPS file

2005-12-03 Thread Piet van Oostrum
> "John Henry" <[EMAIL PROTECTED]> (JH) wrote: >JH> I am looking for a Python tookit that will enable me to cut section of >JH> a picture out from an EPS file and create another EPS file. >JH> I am using a proprietary package for doing certain engineering >JH> calculations. It creates single

Re: Cut and paste an EPS file

2005-12-02 Thread Larry Bates
There is a python iterface to imagemagik that might work. I haven't used it, just read about it. -Larry Bates John Henry wrote: > I am looking for a Python tookit that will enable me to cut section of > a picture out from an EPS file and create another EPS file. > > I am using a proprietary pac

Re: Cut and paste an EPS file

2005-12-02 Thread John Henry
Thanks for the reply. Yes, that would have been too easy :=) If I change the bbox, I would cut out the lower 1/3 of the plot. I only want to apply it to the top 2/3 of the page. Regards, -- JH -- http://mail.python.org/mailman/listinfo/python-list

Re: Cut and paste an EPS file

2005-12-02 Thread Ben Caradoc-Davies
John Henry wrote: > I am looking for a Python tookit that will enable me to cut section of > a picture out from an EPS file and create another EPS file. > I am using a proprietary package for doing certain engineering > calculations. It creates single page x-y line plots that has too much > blank

Cut and paste an EPS file

2005-12-02 Thread John Henry
I am looking for a Python tookit that will enable me to cut section of a picture out from an EPS file and create another EPS file. I am using a proprietary package for doing certain engineering calculations. It creates single page x-y line plots that has too much blank spaces around the plotted a