java-image-scaling icon indicating copy to clipboard operation
java-image-scaling copied to clipboard

Upscaling shifts the image

Open m35 opened this issue 5 months ago • 0 comments

Image

To reproduce

git clone https://github.com/mortennobel/java-image-scaling.git Copy attached Test.java file under src/main/java cd java-image-scaling mvn clean install Put testupscale.png in the current directory java -cp target\java-image-scaling-0.8.7-SNAPSHOT.jar Test

Compare testupscale-gimp-none.png with boxImg.png

Compare testupscale-gimp-cubic.png with bicubicImg.png

This affects all algorithms.

Image Image Image Image Image

Test.java

m35 avatar Jul 08 '25 03:07 m35