mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 15:08:16 -07:00
refactor(vips)
This commit is contained in:
parent
6904c9a061
commit
d6f8ad617b
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
Go library for blazing fast image processing based on [libvips](https://github.com/jcupitt/libvips) using C bindings.
|
||||
|
||||
libvips is typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings, and even 8x faster with JPEG format. It support JPEG, PNG, WEBP, TIFF and Magick image formats.
|
||||
bimg is designed to be a small and efficient library with a limited by generic specific set of features.
|
||||
Thanks to libvips it's typically 4x faster than using the quickest ImageMagick and GraphicsMagick settings
|
||||
or Go native image processing package, and in some cases it's even 8x faster processing JPEG images.
|
||||
It supports JPEG, PNG, WEBP, TIFF and Magick image formats.
|
||||
|
||||
bimg was heavily inspired in [sharp](https://github.com/lovell/sharp), a great node.js package for image processing build by [Lovell Fuller](https://github.com/lovell).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue