Changelog #6: new endpoints for blurhash and image info
We are happy to announce the release of two new endpoints: blurhash and imageinfo
We are happy to announce the release of two new endpoints: blurhash and imageinfo
MozJPEG's API is built around the concept of destination and source managers. As their respective name implies, destination and source managers tell MozJPEG where to read/write data before/after compression. The default ones are jpeg_stdio_src/jpeg_stdio_dest which read/write data from a file stream, but there is also the jpeg_mem_src/jpeg_mem_dest.
We are thrilled to let you know that the png compression is now done using the famous OptiPNG library. OptiPNG is one of the best optimizers for the PNG format.
We are happy to let you know that the /compress
endpoint uses now MozJPEG behind the curtains. MozJPEG (or Mozilla JPEG) is fork of libjpeg-turbo introduced by Mozilla to improve even further the compression.