Skip to content

Tags: davidbyttow/govips

Tags

v2.17.0

Toggle v2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Consolidate C bridge files into operations and generated triplets Merge 25 small hand-written bridge files (arithmetic, color, composite, conversion, create, draw, header, label, resample) into a single operations.{c,h,go} triplet. Merge 28 generated files (gen_*.{c,h,go}) into generated.{c,h,go}. Remove dead code: INT_TO_GBOOLEAN macro, unused max_alpha() function, and make is_16bit() static. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v2.16.0

Toggle v2.16.0's commit message

Verified

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

v2.15.0

Toggle v2.15.0's commit message

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

Toggle v2.14.0's commit message

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

Toggle v2.13.0's commit message

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

Toggle v2.12.0's commit message

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

Toggle v2.11.0's commit message

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

Toggle v2.10.0's commit message

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

Toggle v2.9.0's commit message

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

Toggle v2.8.1's commit message

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