Skip to content

v0.35.3-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jun 12:12
v0.35.3-rc.1
e000d0b
  • Tighten verification of text dimensions, TIFF tile dimensions and extend values.

  • Improve code bundler support by resolving path to libvips binary.

  • Increase default concurrency when use of MALLOC_ARENA_MAX is detected.

  • Emit warning about binaries provided by Electron for use on Linux.

  • Add hasAlpha property to output info.
    #4500

  • Bound clahe width and height to avoid signed overflow.
    #4551
    @metsw24-max

  • Bound trim margin to avoid signed overflow.
    #4552
    @metsw24-max

  • Reject infinite values when validating numbers.
    #4553
    @metsw24-max

  • Bound extract region to libvips coordinate limit.
    #4555
    @metsw24-max

  • Verify background colour values are numbers.
    #4556
    @metsw24-max

  • Bound create and raw input dimensions to coordinate limit.
    #4558
    @metsw24-max

  • Tighten recomb and affine matrix verification.
    #4560
    @chatman-media

  • Verify cache memory limit to avoid overflow.
    #4561
    @metsw24-max