Tags: davidbyttow/govips
Tags
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> 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
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
PreviousNext