mirror of
https://github.com/esimov/caire.git
synced 2025-10-05 08:37:01 +08:00
fix: resolving carving issue on image enlargment (#65)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user