All Versions
54
Latest Version
Avg Release Cycle
60 days
Latest Release
1775 days ago

Changelog History
Page 3

  • v2.0.8 Changes

    September 14, 2017
    • โž• 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 and Vips::vector_set
  • v2.0.7 Changes

    September 08, 2017
    • ๐ŸŒฒ disable the logging for now, it could deadlock
  • v2.0.6 Changes

    September 02, 2017
    • ๐Ÿ‘Œ improve get() behaviour on error with older libvipses
  • v2.0.5 Changes

    September 02, 2017
    • ๐Ÿ›  fix get() with older libvipses
  • v2.0.4 Changes

    September 02, 2017
    • โž• add a test for get_fields, since it appeared in libvips 8.5 (thanks zverok)
  • v2.0.3 Changes

    September 02, 2017
    • โž• add get_fields
  • v2.0.2 Changes

    August 26, 2017
    • ๐ŸŒฒ switch to logger for all logging output
    • add libvips cache control functions Vips::cache_set_max() etc.
    • ๐Ÿ›  fix a ref leak
  • v2.0.1 Changes

    August 23, 2017
    • โž• add support for VipsRefStr in gvalue, thanks tomasc
  • v2.0.0 Changes

    August 22, 2017
    • rewrite on top of 'ffi' [John Cupitt, Kleis Auke Wolthuizen]
  • v1.0.6 Changes

    July 17, 2017
    • โœ‚ 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]