I'm pretty new to Python and libraries. I'm actually trying to modify
some code someone else wrote. There are two ways images are saved. One
is for the user to select a "Save as GIF" menu item, or save as tiff, or
others. The other way is that the user wants a collected image from a
camera save
On Sat, Mar 29, 2008 at 3:57 PM, Doran, Harold <[EMAIL PROTECTED]> wrote:
> I am a python neophyte who has used python to parse through text files
> using basic functions and no OOP experience. I have a need to process some
> xml files and from what I am now reading python is the exact tool I nee
I see that I misunderstood the syntax of Python for:
current_image.convert
current_image.save
current_image is a "pointer" whose type is some class, so convert() and
save() must be methods in that class. The question is what class/module?
PIL?
Wayne Watson wrote:
> I'm pretty new to Python an
On Sat, Mar 29, 2008 at 8:15 PM, Wayne Watson <[EMAIL PROTECTED]>
wrote:
> I see that I misunderstood the syntax of Python for:
>
> current_image.convert
> current_image.save
>
> current_image is a "pointer" whose type is some class, so convert() and
> save() must be methods in that class.
Yes, t
> I am thinking about writing a program which will involve, among other
> things, displaying a plot of a series of numbers. The idea is that
> you could click on the points and move them to change the numbers.
> Reverse-plotting, I suppose. It need not be complex; the numbers
> will