v0.30.4 - 18th April 2022
-
Increase control over sensitivity to invalid images via
failOn
, deprecatefailOnError
(equivalent tofailOn: 'warning'
). -
Ensure
create
input image has correct bit depth and colour space. #3139 -
Add support for
TypedArray
input withbyteOffset
andlength
. #3146 @codepage949 -
Improve error message when attempting to render SVG input greater than 32767x32767. #3167
-
Add missing file name to ‘Input file is missing’ error message. #3178 @Brodan