mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 15:08:16 -07:00
fix(test): image metadata
This commit is contained in:
parent
89c2d44452
commit
373004b232
1 changed files with 2 additions and 2 deletions
|
|
@ -8,11 +8,11 @@ bimg can read JPEG, PNG, WEBP, TIFF and Magick formats and it can output to JPEG
|
|||
|
||||
It support common [image transformation](#supported-image-operations) operations such as crop, resize, rotate... and image conversion into multiple formats.
|
||||
|
||||
To getting started see the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation.
|
||||
To getting start take a look to the [examples](#examples) and [programmatic API](https://godoc.org/github.com/h2non/bimg) documentation.
|
||||
|
||||
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).
|
||||
|
||||
**Note**: bimg is still a beta package. PR and issues are highly appreciated
|
||||
**Note**: bimg is still a beta package. Pull requests and issues are highly appreciated
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue