8000 Releases · sksamuel/scrimage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sksamuel/scrimage

v4.3.2: Optimize single-color fill methods (#304)

25 Jun 01:02
011dc48
Compare
Choose a tag to compare
* 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

18 Apr 05:16
8c2948d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0

01 Dec 23:38
407af51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

12 Aug 03:18
2b83ff1
Compare
Choose a tag to compare
Whitespace build to test secrets

v4.1.3

26 Apr 22:18
8c8bd7b
Compare
Choose a tag to compare
fix withMultiThread (#290)

v4.1.2: Added the option to use multithreading when encoding webp (#287)

23 Apr 18:21
450b958
Compare
Choose a tag to compare
Co-authored-by: shinyook.lee <shinyook.lee@navercorp.com>

v4.1.1

09 Oct 16:36
0ac6e71
Compare
Choose a tag to compare
fix color average (#280)

v4.1.0: Detect arm architecture (#278)

18 Sep 10:06
a5bd523
Compare
Choose a tag to compare
* Detect arm architecture

* plus aarch64

v4.0.41

17 Sep 20:30
353f856
Compare
Choose a tag to compare
Only populate app extensions if infinite loop is true

v4.0.40

17 Sep 20:22
993098f
Compare
Choose a tag to compare
Updated docs for com.sksamuel.scrimage.webp.platform
0