- fix
Image#add_alpha()
with libvips 8.16 [kleisauke]
- fix compat with unified (semistatic) libvips binaries [kleisauke]
- add
Vips.block_untrusted
method to block all untrusted operations. Only for libvips >= 8.13. Docs. #382 aglushkov - add
Vips.block
method to block specific operation. Only for libvips >= 8.13. Docs. #382 aglushkov new_from_source
keeps a ref to the source object [taylorthurlow]- some fixes to object references system
- add
draw_point!
[jcupitt] - add
Vips.tracked_*
for getting file and memory metrics [jeremy] - add
Vips.cache_*
for getting cache settings [jeremy] - add
Vips.vector?
to get/set SIMD status [jeremy] - add
Vips.concurrency
to get/set threadpool size [jeremy] - add
Vips.concurrency_default
to get the default threadpool size [jeremy] - fix targetcustom spec test with libvips 8.13 [lucaskanashiro]
- add ruby 3.2 to CI [petergoldstein]
- update docs for libvips 8.15 [jcupitt]
write_to_buffer
tries to use the new target API, then falls back to the old buffer system [jcupitt]- don't generate yard docs for deprecated args [jcupitt]
- add hyperbolic trig functions [jcupitt]
- fix a gtype size error on win64 [danini-the-panini]
- allow
FFI::Pointer
as an argument tonew_from_memory
etc. [sled]
- fix "mutate" with libvips 8.9 [jcupitt]
- update autodocs for libvips 8.11 [jcupitt]
- add "mutate" system [jcupitt]
- better behaviour with some nil parameters [jcupitt]
- revise gemspec [jcupitt]
- allow symbols for Interpolate.new [noraj]
- update docs for 8.10, fix minor doc formatting issues [jcupitt]
new_from_array
checks array argument more carefully [dkam]- add
new_from_memory
andnew_from_memory_copy
[ankane] - jruby added to CI testing [pftg]
- switch to github actions for CI [pftg]
- remove rubocop, revise formatting for standardrb [pftg]
- install msys2 libvips on Windows [larskanis]
- better
-
to_
conversion [Nakilon] - fix
GValue#set
for stricter metadata rules in 8.9 [jcupitt] - fix a ref leak on operation build error [jcupitt]
- faster operation call [jcupitt]
- add support for VipsConnection [jcupitt]
- add
signal_connect
[jcupitt] - add
Image#set_kill
for progress termination [jcupitt]
- better library name generation [renchap]
- allow
_
as a separator in enum names [D-W-L] - add
Vips::Region
andRegion#fetch
[jcupitt]
- better error messages from
write_to_memory
[linkyndy] - fix doc generation typo for array return [jcupitt]
- update tests for libvips 8.8 [jcupitt]
- update links for new home [jcupitt]
- various doc fixes [janko-m]
- add
Vips::get_suffixes
[jcupitt] - prefer options splat [ioquatix]
- update docs for 8.8 [jcupitt]
- allow optional args to have
nil
as a value [janko-m] - fix five small memleaks [kleisauke]
- fix
Vips::Image#has_alpha?
with older libvips [larskanis]
- fix init with older glib [lsat12357]
- add
Vips::Image#has_alpha?
and#add_alpha
[aried3r]
- add support for uint64 parameters
- add
draw_point
convenience method - add docs for
CompassDirection
[janko-m] - add
MAX_COORD
constant - doc fixes [janko-m]
- remove duplicate function attach [janko-m]
- fix a crash with
new_from_buffer
with a UTF-8 string [janko-m]
- update docs for libvips 8.6
- add
thumb.rb
example, and verify we run stably and in constant memory - cleanups and polish [Nakilon]
- add
composite
convenience method - add
Vips::concurrency_set
andVips::vector_set
- disable the logging for now, it could deadlock
- improve get() behaviour on error with older libvipses
- fix get() with older libvipses
- add a test for
get_fields
, since it appeared in libvips 8.5 (thanks zverok)
- add
get_fields
- switch to
logger
for all logging output - add libvips cache control functions
Vips::cache_set_max()
etc. - fix a ref leak
- add support for
VipsRefStr
in gvalue, thanks tomasc
- rewrite on top of 'ffi' [John Cupitt, Kleis Auke Wolthuizen]
- remove lazy load, fixing a race with multi-threading [felixbuenemann]
- make
Image#to_a
much faster [John Cupitt] - remove the
at_exit
handler [John Cupitt]
- fix
_const
for libvips 8.5 [John Cupitt] - add
scaleimage
, the scale operation renamed to avoid a clash with thescale
property [John Cupitt] - add
.new_from_image
: make a new image from a constant [John Cupitt] bandjoin
will usebandjoin_const
, if it can [John Cupitt]- update generated docs for libvips 8.5 [John Cupitt]
- added docs for new libvips 8.5 enums [John Cupitt]
- remove stray comma from some docs lines [John Cupitt]
- update generated docs for libvips 8.5 [John Cupitt]
- small doc improvements [John Cupitt]
- update for gobject-introspection 3.1 [John Cupitt]
- support ruby 2.4 [John Cupitt]
- doc improvements [John Cupitt]
- add
Image#size
to get[width, height]
[John Cupitt] - only ask for ruby 2.0 to help OS X [John Cupitt]
- break up
Image.call
to make it easier to understand [John Cupitt] - detect operation build fail correctly [John Cupitt]
- lock gobject-introspection at 3.0.8 to avoid breakage [John Cupitt]
- add
.yardopts
to fix ruby-gems docs [John Cupitt]
- simplify gemspec [sandstrom]
- remove jeweler dependency [John Cupitt]
- add
.to_a
to Image [John Cupitt]
- complete rewrite, API break [John Cupitt]
- more GC tuning [felixbuenemann]
- add
write.rb
example program [felixbuenemann]
- don't use generational GC options on old Rubys [John Cupitt]
- incremental GC every 10 writes [felixbuenemann]
- updated bundle [John Cupitt]
- added magick load from buffer [John Cupitt]
- added webp write [John Cupitt]
- 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]
- add VIPS::thread_shutdown(), must be called on foreign thread exit [John Cupitt]
- update build dependencies [John Cupitt]
- README updated [John Cupitt]
- 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]
- 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]
- 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]
- Typo in workaround in 0.3.2 [John Cupitt]
- Workaround helps ruby-vips compile (and run) against 7.26.3 [John Cupitt and James Harrison]
- 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]
- More rspec tests [John Cupitt]
- Updated to libvips-7.30 [John Cupitt]
- Reworked Reader class offers better performance and compatibility [John Cupitt]
- Don't use :sequential option for older libvipses [John Cupitt]
- Rename "tone_analyze" as "tone_analyse" for consistency with the rest of vips [John CUpitt]
- Now passes rspec test suite cleanly in valgrind [John Cupitt]
- Fixed check of sequential mode support [Stanislaw Pankevich]
- Add tile_cache [John Cupitt]
- Add :sequential option to tiff, jpeg and png readers [John Cupitt]
- Add raise if suitable pkg_config for libvips is not found, thanks to Pierre Chapuis [Stanislaw Pankevich]
- Add backward compatibility of 0.1.x ruby-vips with libvips versions less than 7.28 [John Cupitt]
- Add Travis. ruby-vips now is being tested on travis-ci.org. [Stanislaw Pankevich]
- Disable the vips8 operation cache to save some memory [John Cupitt]
- Update example shrinker [John Cupitt]
- #8: Memory allocation-free issues [Grigoriy Chudnov]
- Upgrade spec/* code to latest RSpec [Stanislaw Pankevich]
- Added CHANGELOG.md file (thanks to jnicklas/capybara - using the layout of their History.txt) [Stanislaw Pankevich]
- Added Gemfile with the only 'rspec' dependency. [Stanislaw Pankevich]
- Added Jeweler Rakefile contents to release ruby-vips as a gem. [Stanislaw Pankevich]
Long-long history here undocumented...