Astronomy Fits format and gif.save(path)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • W. Watson

    Astronomy Fits format and gif.save(path)

    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)

    Web Page: <speckledwithSt ars.net>
  • Gary Herron

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

    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:

    Complete Python PIL/Pillow image processing guide. Learn how to resize, edit, crop, and convert images using Python with practical examples.

    Comment

    Working...