marx-yu / heif-reader

heif(heic) file reader, use java se. fast get heic image meta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

heif(heic) file reader, use java se. fast get heic image meta


Languages

Language:Java 100.0%