Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 75e5898

Browse files
committed
Added ref tests for PImage.resize() [#1787]
2 parents 82b9bbc + a3032b2 commit 75e5898

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

test/ref/pimage-resize-bigger.pde

+7
Large diffs are not rendered by default.

test/ref/pimage-resize-smaller.pde

+7
Large diffs are not rendered by default.

test/ref/pimage-resize-x.pde

+7
Large diffs are not rendered by default.

test/ref/pimage-resize-y.pde

+7
Large diffs are not rendered by default.

test/ref/tests.js

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ var tests = [
3939
{ path: "pimage-mask.pde", tags: ["2D"] },
4040
{ path: "pimage-pgraphics-mask.pde", tags: ["2D"] },
4141
{ path: "pimage-array-mask.pde", tags: ["2D"] },
42+
{ path: "pimage-resize-smaller.pde", tags: ["2D"] },
43+
{ path: "pimage-resize-bigger.pde", tags: ["2D"] },
44+
{ path: "pimage-resize-x.pde", tags: ["2D"] },
45+
{ path: "pimage-resize-y.pde", tags: ["2D"], epsilonOverride: 0.08 },
4246
{ path: "smooth.pde", tags: ["2D"], epsilonOverride: 0.18 },
4347
{ path: "crispy.pde", tags: ["2D", "Crisp"] },
4448
{ path: "crisp-point.pde", tags: ["2D", "Crisp"] },

0 commit comments

Comments
 (0)