Releases: sksamuel/scrimage
Releases · sksamuel/scrimage
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>
v4.1.1
v4.1.0: Detect arm architecture (#278)
* Detect arm architecture * plus aarch64