Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 417 Bytes

heif-reader

heif(heic) file reader, use java se. Currently just implements image meta reader.
Include width height rotation and bit depth of colour.
Support mif1 and heic brand. this program just read ftyp and meta box, so it is quick for only meta purpose.

thanks yoh(/~https://github.com/yohhoy/heifreader), Monostream(/~https://github.com/monostream/tifig)

todos

use pure java to read image data and decode.