Skip to content

Commit

Permalink
Add a tool link for parsing heif file.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhuai committed Jul 31, 2024
1 parent ab59f52 commit edadc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/imageinfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ inline bool is_numeric(const std::string &str) {

// https://nokiatech.github.io/heif/technical.html
// https://www.jianshu.com/p/b016d10a087d
// https://github.com/ksvc/MediaParser
inline bool try_avif_heic(ReadInterface &ri, size_t length, ImageInfo &info) {
if (length < 4) {
return false;
Expand Down

0 comments on commit edadc4d

Please sign in to comment.