Hi,
just came across this new format for images - BPG. Is this supported for Windows in Magick?
BPG format for Windows
Re: BPG format for Windows
We currently don't support the BPG format.
Re: BPG format for Windows
We support BPG under Linux with the bpgdec and bpgenc delegate programs. It would be simple enough to download these programs for Windows and add these entries in delegates.xml:
- <delegate decode="bpg" command=""bpgdec.exe" -b 16 -o "%o.png" "%i"; mv "%o.png" "%o""/>
<delegate decode="png" encode="bpg" command=""bpgenc.exe" -b 12 -q %[fx:quality/2] -o "%o" "%i""/>
- convert logo: logo.bpg
convert logo.bpg logo.png