Skip to content

Tags: sksamuel/scrimage

Tags

v4.3.5

Toggle v4.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use java.nio to make file executable (#317)

v4.3.4

Toggle v4.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump commons-io to version 2.19.0 in core and tests modules

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v4.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Bumped 12monkeys and drewnoakes

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated to use webp 1.4.0 (#297)

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Whitespace build to test secrets

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix withMultiThread (#290)

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added the option to use multithreading when encoding webp (#287)

Co-authored-by: shinyook.lee <shinyook.lee@navercorp.com>

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix color average (#280)