Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Available for testing
-
2.20.01
-
None
-
None
Description
When ImageUtils#scaleImage is called to upscale an image (targetWidth or targetHeight is greater than original width or height) and the boolean highQuality is set to true, the method hangs in the do{} while(width != targetWidth || height != targetHeight) because of an infinite loop.
See attached junit test.