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 saved
W. Watson wrote:
> In what library would I find gif.save(path), where path is the name and path
> of a file, and the method would produce a file in a gif format?
>
> Is there a fits.save(path) somewhere? fits is commonly used in astronomical
> work.
>
You may want to install PIL (the Python
In what library would I find gif.save(path), where path is the name and path
of a file, and the method would produce a file in a gif format?
Is there a fits.save(path) somewhere? fits is commonly used in astronomical
work.
--
Wayne Watson (Nevada City, CA)