Skip to content

Commit

Permalink
feat: add avif and heif image format file support
Browse files Browse the repository at this point in the history
add kimageformat-plugins for the qimage plugins
add the libavif-dev as heif file decoder. add the
libheif-dev as avif file decoder.

Log: add avif and heif image format file support
  • Loading branch information
add-uos committed May 31, 2024
1 parent 414c1f2 commit fb1976b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libimageviewer/unionimage/unionimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ class UnionImage_Private
<< "RAW"
<< "MRW"
<< "NEF"
<< "JP2";
<< "JP2"
<< "HEIF" << "HEIC" << "HEJ2"
<< "AVIF" << "AVIFS";
//pic(多张图片) pcx不支持旋转
m_canSave << "BMP" << "JPG" << "JPEG" << "JPS" << "JPE" << "PNG"
<< "PGM" << "PPM" << "PNM"
Expand Down

0 comments on commit fb1976b

Please sign in to comment.