fix: resolving carving issue on image enlargment (#65)

This commit is contained in:
esimov
2021-06-16 16:19:18 +03:00
parent 9b306380da
commit d3da34e80d
6 changed files with 69 additions and 79 deletions

View File

@@ -22,7 +22,6 @@ func reduceImageH(t *testing.T) {
Percentage: false,
Square: false,
Debug: false,
Scale: false,
}
// Reduce image size horizontally
for x := 0; x < newWidth; x++ {
@@ -51,7 +50,6 @@ func reduceImageV(t *testing.T) {
Percentage: false,
Square: false,
Debug: false,
Scale: false,
}
// Reduce image size horizontally
img = c.RotateImage90(img)