dlemstra / Magick.NET

The .NET library for ImageMagick
Apache License 2.0
3.43k stars 413 forks source link

Add JpegLi support #1604

Open HEIC-to-JPEG-Dev opened 5 months ago

HEIC-to-JPEG-Dev commented 5 months ago

Is your feature request related to a problem? Please describe

No

Describe the solution you'd like

Google have released a new Jpeg Codec for handling jpeg files better, faster, and with new performance profiles. Can this be implemented and added as an option for saving jpeg files ? - specifically, I convert from HEIC 10-bit to Jpeg 8-bit and it would improve the final output.

Describe alternatives you've considered

Importing google library directly, but i prefer to stay with this Magick

Additional context

No response

dlemstra commented 5 months ago

This would require changes in the Windows build of ImageMagick. It now feels a bit strange that this library is part of the jxl repository. I might make changes for this in the future in the Windows build of ImageMagick but I will first need to investigate how I can make this work on Windows.

HEIC-to-JPEG-Dev commented 5 months ago

Perfect, thank you