Different codecs

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Le9
Posts: 3
Joined: 2019-08-01T03:28:09-07:00
Authentication code: 1152

Different codecs

Post by Le9 »

Hello, I was wondering if there's a command that lets us choose the coding format, in this case for jpeg/png or another format to -> .heic/.heif . I'd like to know if I could choose between H.265 and H.264 since I need to make a comparison on efficiency and run some tests and I don't know if ImageMagick could help or it just codes the image with the same coder by default
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Different codecs

Post by fmw42 »

If the delegate library supports the format that you want, you might be able to do that by editing or creating an entry in the delegates.xml file. See delegates.xml at https://imagemagick.org/script/resources.php
Post Reply