Re: Astronomy Fits format and gif.save(path)

2008-03-28 Thread W. Watson
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

Re: Astronomy Fits format and gif.save(path)

2008-03-28 Thread Gary Herron
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

Astronomy Fits format and gif.save(path)

2008-03-28 Thread W. Watson
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)