Skip to content

Tags: davidbyttow/govips

Tags

v2.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Jemalloc option in README.md (#461)

v2.15.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for the `vips_gamma()` function via a new func `Gamma()` …

…on `ImageRef` (#433)

* Add support for vips_gamma() function for adjusting the gamma of the image

* Add support for vips_gamma() function for adjusting the gamma of the image

* Fix test for gamma

v2.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update DevOps (#409)

* update dockerfiles

* drop macos test automation

* clean up ci

* Update New golden images

* Fix dockerfile

* Update golden images

v2.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
regenerate images (#357)

v2.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sanitize vips version string (#354)

v2.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix dpi param for svg and pdf #203 (#268)

v2.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Animated GIF support (#246)

* - add golden

* - load animated GIF
- export GIF
- resize animated images
- export animated images

* - add Pages to ImageMetadata
- when building ImageMetadata add all the props

* - Support rotation of animated images
- Add imageRef.Grid() func
- rename ...pages... functions to something more reasonable

* - add golden

* - keep frame (page) order when rotating 270

* - Return error for unsupported operations on multi-page images
- fix 270 rotation of multi-page images
- Pages() instead of GetPages() is more Go like
- Orientation() instead of GetOrientation() is more Go like

v2.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Transform ICC Profile API (#208)

* Add TransformICCProfile method

* Add tests for transform ICC profile method

* Fix transform ICC case for images without ICC profile

v2.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #231 from wix-incubator/optimize-icc-16bit-fix

Fix OptimizeICCProfile for 16-bit images

v2.8.0

Fix go reportcard