Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持heic格式图片 #761

Open
taosimple opened this issue Mar 23, 2020 · 2 comments
Open

支持heic格式图片 #761

taosimple opened this issue Mar 23, 2020 · 2 comments

Comments

@taosimple
Copy link

现在部分Android手机(小米10)照片是 heic 格式,目前Matisse没有这个格式,希望能支持

@leigayu
Copy link

leigayu commented Apr 23, 2020

附议,需要支持heic格式

@elfifo4
Copy link

elfifo4 commented Aug 4, 2020

here is a solution:
in class MimeType, add:

    HEIC("image/heic", arraySetOf(
            "heic"
    )),
...

    public static Set<MimeType> ofImage() {
        return EnumSet.of(JPEG, PNG, GIF, BMP, WEBP, HEIC);
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants