Astronomy Fits format and gif.save(path)

Gary Herron gherron at islandtraining.com
Fri Mar 28 16:29:40 EDT 2008


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/



More information about the Python-list mailing list