add native support for heif/heif images#248
add native support for heif/heif images#248SiamSami wants to merge 3 commits intolinuxdeepin:masterfrom
Conversation
|
Hi @SiamSami. Thanks for your PR. 😃 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: SiamSami The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @SiamSami. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Warning
|
|
Note
详情{
"debian/control": [
{
"line": "Homepage: http://www.deepin.org",
"line_number": 28,
"rule": "S35",
"reason": "Url link | 6fe814dfb7"
}
]
} |
|
TAG Bot New tag: 6.0.26 |
|
TAG Bot New tag: 6.0.27 |
|
TAG Bot New tag: 6.0.28 |
|
TAG Bot New tag: 6.0.29 |
|
Thank you for your PR. We use kde's kimageformat6-plugins to implement it, so that all applications in the system do not need to do it again. |
|
TAG Bot New tag: 6.0.30 |
|
TAG Bot New tag: 6.0.31 |
|
TAG Bot New tag: 6.0.32 |
|
|
||
| if (file_mimeType == "HEIF" || file_mimeType == "HEIC") { | ||
|
|
||
| res = loadHEIFImage(path); |
There was a problem hiding this comment.
We support HEIF and HEIC image formats using kimageformat. If you encounter any installation issues, you can submit your solutions here: https://github.com/deepin-community/kf6-kimageformats
|
TAG Bot New tag: 6.0.33 |
|
TAG Bot New tag: 6.0.34 |
|
TAG Bot New tag: 6.0.35 |
|
TAG Bot New tag: 6.0.36 |
|
TAG Bot New tag: 6.0.37 |
|
TAG Bot New tag: 6.0.38 |
This PR adds native support for viewing HEIF/HEIC images using libheif