emulate-jpeg-size in Magick.NET

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
mcb-tld
Posts: 1
Joined: 2019-07-17T20:26:08-07:00
Authentication code: 1152

emulate-jpeg-size in Magick.NET

Post by mcb-tld »

Hi,

I'm using Magick.NET to converts my images from jpg/png to webp. I've come across this post: https://www.jefftk.com/p/webp-quality-settings. It's about the difference in quality between jpg and webp as well as the option google is providing to help with this(use -jpeg-like option for cwebp: https://developers.google.com/speed/webp/docs/cwebp)
So, I would like to ask if Magick.NET provides the similar option? The closest option I fould is emulate-jpeg-size in this page: https://imagemagick.org/script/webp.php, but I don't know how to do it in Magick.NET.
Post Reply