class
Tiff::ImageFileHeader
- Tiff::ImageFileHeader
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
image_file_header.crConstructors
- .new(id_order : Bytes, version_number : UInt16, offset : UInt32)
- .new(pull : JSON::PullParser)
- .new(data : Bytes)
Instance Method Summary
- #id_order : Bytes
- #offset : UInt32
- #offset=(offset : UInt32)
- #to_data : Array(UInt8)
- #version_number : UInt16