astrogo / fitsio

fitsio is a pure-Go package to read and write `FITS` files
BSD 3-Clause "New" or "Revised" License
53 stars 24 forks source link

add support for image.Image #8

Closed sbinet closed 8 years ago

sbinet commented 8 years ago

The Image HDU should have an Image() image.Image method so clients could directly display the image using the standard library image package.