Documentation ¶
Overview ¶
fltimg provides image.Image implementations for the float32- and float64-image encodings of FITS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Gray32Model color.Model = color.ModelFunc(gray32Model) Gray64Model color.Model = color.ModelFunc(gray64Model) )
Models for the fltimg color types.
Functions ¶
This section is empty.
Types ¶
type Gray32 ¶
Gray32 represents an image.Image encoded in 32b IEEE floating-point values
func (*Gray32) ColorModel ¶
Click to show internal directories.
Click to hide internal directories.