Releases: sksamuel/scrimage
Releases · sksamuel/scrimage
v4.3.5
What's Changed
- Use java.nio to make file executable by @torstenkuhnhenne in #317
New Contributors
- @torstenkuhnhenne made their first contribution in #317
Full Changelog: v4.3.4...v4.3.5
v4.3.4
What's Changed
- Fix commons-lang3 CVE-2025-48924 by @MartelliEnrico in #311
New Contributors
- @MartelliEnrico made their first contribution in #311
Full Changelog: v4.3.3...v4.3.4
v4.3.3
v4.3.2: Optimize single-color fill methods (#304)
* Fix and tune JMH benchmark setup * Upgrade JMH plugin to 0.7.3. Version 0.5.3 is not compatible with Gradle 8 * Enable GC profiler to track allocation rates in addition to latency * Add a benchmark for the ImmutableImage.filled method * Optimize single-color fill methods Avoid repeated calulations and allocations for the same color for ImmutableImage.fill, MutableImage.fillInPlace, and AwtImage.isFilled methods.
v4.3.1
v4.3.0
v4.2.0
v4.1.3
v4.1.2: Added the option to use multithreading when encoding webp (#287)
Co-authored-by: shinyook.lee <shinyook.lee@navercorp.com>