You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the number of CPUs is greater than the width/height, then image.ChopRectangle in utils computes colWidth/colHeight to zero, which causes division by zero in image.chopRectangle on line 32 or 33.
Test with really small image (less than the CPU count) and try do a greyscale conversion.
The text was updated successfully, but these errors were encountered:
When the number of CPUs is greater than the width/height, then image.ChopRectangle in utils computes colWidth/colHeight to zero, which causes division by zero in image.chopRectangle on line 32 or 33.
Test with really small image (less than the CPU count) and try do a greyscale conversion.
The text was updated successfully, but these errors were encountered: