Documentation ¶
Index ¶
Constants ¶
View Source
const ( SceneBase16 = iota // 128 × 192 0.025 Mpix 0.07 Mb Preview (index print, thumbnail) SceneBase4 // 256 × 384 0.098 Mpix 0.28 Mb Web SceneBase // 512 × 768 0.393 Mpix 1.13 Mb Computer screen, TV, Web Scene4Base // 1024 × 1536 1.573 Mpix 4.50 Mb HDTV screen Scene16Base // 2048 × 3072 6.291 Mpix 18.00 Mb Print-out up to ca. 20 x 30 cm Scene64Base // 4096 × 6144 25.166 Mpix 72.00 Mb Professional print, pre-press, archiving (optional) )
View Source
const MaxScene = 6
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(r io.ReadSeeker) *Decoder
Click to show internal directories.
Click to hide internal directories.