All Versions
54
Latest Version
Avg Release Cycle
60 days
Latest Release
2113 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.3.10 Changes
June 24, 2015- ➕ added webp write [John Cupitt]
-
v0.3.9 Changes
July 17, 2014- ✂ removed a stray file from gemspec [Alessandro Tagliapietra]
- ⚡️ updated bundle [John Cupitt]
- ✅ revised spec tests [John Cupitt]
- 🛠 fix a segv in im.label_regions [John Cupitt]
- ➕ add a Valgrind suppressions file [John Cupitt]
- 🛠 fix .monotonic? [John Cupitt]
- 🛠 fix .data on coded images [John Cupitt]
- ➕ add .size, see issue #58 [John Cupitt]
- ➕ add rdoc-data dep, maybe it will help ruby-gems docs [John Cupitt]
-
v0.3.8 Changes
May 11, 2014- ➕ add VIPS::thread_shutdown(), must be called on foreign thread exit [John Cupitt]
-
v0.3.7 Changes
February 04, 2014- ⚡️ update build dependencies [John Cupitt]
- ⚡️ README updated [John Cupitt]
-
v0.3.6 Changes
June 25, 2013- ➕ add png and jpg load from memory buffer [John Cupitt]
- ⚡️ README updated to include buffer read/write example [John Cupitt]
- 👍 better vips version testing [John Cupitt]
- ✅ spec tests for new buffer read/write code [John Cupitt]
- 🛠 fix rdoc build to include C sources [John Cupitt]
- 👍 better compat with older libvips [John Cupitt]
-
v0.3.5 Changes
January 15, 2013- rb_raise() in mask.c no longer passes a string pointer as the fmt arg, stopping gcc bailing out on some platforms [John Cupitt]
- Image.magick() now calls im_magick2vips() directly rather than relying on libvips file type sniffing [John Cupitt]
-
v0.3.4 Changes
September 11, 2012- ⚡️ Update specs for lcms changes, thanks Stanislaw [John Cupitt]
- 👍 VIPS::Reader supports .exif() / .exif?() methods for better back compat, thanks Jeremy [John Cupitt]
- VIPS::Reader fallbacks load the image if its not been loaded [John Cupitt]
- VIPS::Reader no longer allows VIPS::Header methods [John Cupitt]
-
v0.3.3 Changes
August 31, 2012- ↪ Typo in workaround in 0.3.2 [John Cupitt]
-
v0.3.2 Changes
August 31, 2012🛠 Fixed
- ↪ Workaround helps ruby-vips compile (and run) against 7.26.3 [John Cupitt and James Harrison]
-
v0.3.1 Changes
August 30, 2012🛠 Fixed
- PNG writer no longer changes the filename argument [John Cupitt]
- ↪ Workaround helps ruby-vips compile against 7.26.3 [John Cupitt]
- Image read now runs GC and retries on fail [John Cupitt]
- Image write GCs every 100 images [John Cupitt]