DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.75k stars 1.43k forks source link

HEIF support for Image Converter #577

Open StoreksFeed opened 2 years ago

StoreksFeed commented 2 years ago

What's the Problem?

No response

Solution/Idea

With HEIF being used by all recent Apple devices I think it would be great to be able to convert from HEIF with this app

Alternatives

Using some online tools may be OK, but it kinda breaks the whole concept of your app

Priorities

Capability Priority
Convert from HEIF Must
Convert to HEIF Could

DevToys Version

No response

Comments

No response

9at8 commented 1 year ago

Could potentially look at image magick: https://github.com/dlemstra/Magick.NET

9at8 commented 1 year ago

Looks like we have some support for heic/heif.

https://github.com/veler/DevToys/blob/main/src/dev/impl/DevToys/Views/Tools/Graphic/ImageConverter/ImageConverterToolPage.xaml#L64

https://github.com/veler/DevToys/blob/main/src/dev/impl/DevToys/Helpers/ImageHelper.cs#L50

Not sure if BitmapDecoder supports heic.

veler commented 1 year ago

Indeed. Good catch @9at8 ! I will look into that when we port this tool to DevToys 2.0