v1.3.7-rc37
Pre-release
Pre-release
Querystring API Changes
- Add
jpeg.quality
alias forquality
- make quality parameters consistent. - Fix bug when specifying jpeg and webp qualities under 0 or over 100
- Add
dpr
alias forzoom
, which acts as a multiplier forwidth
/height
- Add
down.filter
andup.filter
querystring commands for controlling the filter used when down-sampling and up-sampling respectively.
JSON API Changes (breaking)
- Re-sampling filters are now snake_case instead of CamelCase.
- Add Watermark node type. See https://docs.imageflow.io/ for details
Rust API changes
- Don't panic if get_output_buffer_slice is called on an input
NuGet
- Use nuget RID win-x64 and osx-64 instead. Update package authors
Other
- Create CODE_OF_CONDUCT.md
- Document Querystring API at https://docs.imageflow.io/
- Add pngsize benchmark to imazen/imageflow_bench_ubuntu20