Documentation
¶
Index ¶
- Constants
- type DsTif
- func (m DsTif) BBox() [4]float64
- func (m DsTif) GetAlt(column, row int) float64
- func (m DsTif) GetAltByLonLat(lon, lat float64) float64
- func (m DsTif) GetColRow(lon, lat float64) [2]int
- func (m DsTif) GetField(tagID uint16) tiff.Field
- func (m DsTif) GetFirstInt(tagID uint16) uint
- func (m DsTif) GetFloat(tagID uint16) []float64
- func (m DsTif) GetInt(tagID uint16) []uint
- func (m DsTif) GetLonLat(col, row int) [2]float64
- func (m DsTif) HasField(tagID uint16) bool
- func (m DsTif) Height() int
- func (m DsTif) Origin() []float64
- func (m DsTif) Scale() []float64
- func (m DsTif) Transform() []float64
- func (m DsTif) Width() int
Constants ¶
View Source
const ( PI_WhiteIsZero = 0 PI_BlackIsZero = 1 PI_RGB = 2 PI_Paletted = 3 PI_TransMask = 4 // transparency mask PI_CMYK = 5 PI_YCbCr = 6 PI_CIELab = 8 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19.
|
Package lzw implements the Lempel-Ziv-Welch compressed data format, described in T. A. Welch, “A Technique for High-Performance Data Compression”, Computer, 17(6) (June 1984), pp 8-19. |
Click to show internal directories.
Click to hide internal directories.