SvenWoltmann / color-thief-java

Grabs the dominant color or a representative color palette from an image. A very fast Java port of Lokesh Dhakar's JavaScript version.
231 stars 40 forks source link

Memory leaks #7

Open gzalys opened 7 years ago

gzalys commented 7 years ago

When executed in spring application as a utility class, garbage collection fails to clean after it. Note, this only is noticeable when you are converting tens or hundreds of images.

stepanov-standy commented 9 months ago

Hello @gzalys and @SvenWoltmann Was the issue confirmed/fixed?