Documentation
¶
Index ¶
- type ByteOrder
- func (bo ByteOrder) PutUint16(b []byte, v uint16)
- func (bo ByteOrder) PutUint32(b []byte, v uint32)
- func (bo ByteOrder) PutUint64(b []byte, v uint64)
- func (bo ByteOrder) String() string
- func (bo ByteOrder) Uint16(buf []byte) uint16
- func (bo ByteOrder) Uint32(buf []byte) uint32
- func (bo ByteOrder) Uint64(buf []byte) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteOrder ¶
type ByteOrder int8
func BinaryOrder ¶
BinaryOrder returns the binary.ByteOrder for a Tiff Header based on 4 bytes from the buf.
Good reference: CIPA DC-008-2016; JEITA CP-3451D -> http://www.cipa.jp/std/documents/e/DC-008-Translation-2016-E.pdf
Click to show internal directories.
Click to hide internal directories.