libvips v8.9.1 Release Notes

Release Date: 2020-01-28 // about 4 years ago
  • ๐Ÿ The libvips Windows binary vips-dev-w64-all-x.y.z.zip contains ALL the file format loaders that libvips supports, including some very minor ones, and a complete copy of ImageMagick. It can process many different file types, but it is also rather vulnerable to hacking.

    ๐Ÿ— The vips-dev-w64-web-x.y.z.zip build contains only file format loaders that have been carefully tested and which are commonly used on the web. It won't load formats like openslide (for example), but it should be safer to use with untrusted input.

    ๐Ÿ”„ Changes since 8.9.0:

    • fix new_from_file for openslide from CLI and C
    • ๐Ÿ›  fix thumbnail autorot [janko]
    • ๐Ÿ›  fix a warning with magicksave with no delay array [chregu]
    • ๐Ÿ›  fix a race in tiled tiff load [kleisauke]
    • ๐Ÿ‘ better imagemagick init [LebronCurry]
    • ๐Ÿ“‡ lock for metadata changes, fixing a race in highly threaded applications [jcupitt]