Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

liuziangexit/heif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Efficiency Image File Format (HEIF)

相对于原始版本,修复了“损坏的第七块”的问题。
Relative to the original version, fix the "7th tile is corrupted" problem.
About this problem:https://stackoverflow.com/questions/45485622/corrupted-heic-tile-when-converting-to-jpeg

无法在 Red Hat 编译,提示 “error: unused parameter ‘xxx’ [-Werror=unused-parameter]” 的话,在 CmakeLists.txt 的 “Set execitable filenames” 那里加上 “CXXFLAGS="-Wno-error=unused-parameter"” 就好了。

About

High Efficiency Image File Format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.1%
  • CMake 0.9%