Page 1 of 1

New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-14T11:08:18-07:00
by pipitas
There is a new image file format named BPG ("Better Portable Graphics"), developed by Fabrice Bellard (famous for QEMU amongst other things). It supports metadata, alpha channel as well as animations. Here are some infos: Here is the spec: Here are a few visual comparisons of the Lena and other images:

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-14T11:17:07-07:00
by fmw42
What is with the weird coloration images?

Never mind, it seems to be an issue with my Mac Snow Leopard version of Safari. Firefox and Chrome work fine.

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-29T04:01:52-07:00
by RyanBram
Vote +1 for this format.
I am very curious to see it supported in ImageMagick. Every feature of it : Lossy, lossless, alpha transparency, animation, RGB, CMYK, etc.

Regards

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-29T07:04:09-07:00
by dlemstra
We found the following in the README of libbpg:

Code: Select all

5) BPG decoding library
-----------------------

BPG images can be decoded in any program with the libbpg
library.

The API is not considered stable yet so that the library is only
provided as a static one.
We won't link with the library until this has been resoled. But we could use the binary for now. I will try to see if we can add that to the Windows release before the next release. I think the unix/linux release already does that.

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-29T08:15:35-07:00
by magick
The current release of ImageMagick can process BPG images under Linux if the BPG binaries are installed.

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-30T08:10:26-07:00
by pipitas
magick wrote:The current release of ImageMagick can process BPG images under Linux if the BPG binaries are installed.
That was fast!

Thnk you very much :D

(I assume with "current release" you mean v6.9.0-5 to be released sometime soon -- not the v6.9.0-4 released 2015-01-16?)

BTW, your last couple of dates in the ChangeLog (here: http://www.imagemagick.org/script/changelog.php) have the wrong year: they say 2014 where 2015 should be.

Re: New image format BPG -- something for ImageMagick to support?

Posted: 2015-01-30T08:53:32-07:00
by magick
Will fix ChangeLog. BPG is supported in the current release 6.9.0-4.