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 Image Library) for this:

  http://www.pythonware.com/products/pil/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to