Skip to content

Commit

Permalink
Forgot one rename
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 committed Mar 25, 2021
1 parent 38832b8 commit 464826a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangle/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def convertImage(source, target, device, flags):
if flags & ImageFlags.Resize:
image = resizeImage(image, size)
if flags & ImageFlags.ScaleCrop:
image = stretchImage(image, size)
image = scaleCropImage(image, size)
if flags & ImageFlags.Frame:
image = frameImage(image, tuple(palette[:3]), tuple(palette[-3:]), size)
if flags & ImageFlags.Quantize:
Expand Down

0 comments on commit 464826a

Please sign in to comment.