Skip to content

Releases: MKCG/php-qoi

v1.2.0 : add a vips driver

02 Jan 14:37
Compare
Choose a tag to compare

Images can be loaded using the php vips extension : https://github.com/libvips/php-vips-ext

v1.1.0 : Include a C library based encoder

02 Jan 01:53
Compare
Choose a tag to compare

This new version use automatically a C based encoder when the CPU architecture running the code is a x86_64 processor.

However, the performance is small as the encoder in itself is not the bottleneck when converting an image using Imagick or GdImage

v1.0.0 : Codec with imagick and gd supports to convert from and into various image formats

01 Jan 21:11
Compare
Choose a tag to compare

This is the first stable release of this library.

It also provides some drivers to :

  • create QOI images from JPG and PNG images
  • create BMP, JPG, PNG images from QOI images