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
Trying to load a BMP that uses a negative height results in a negative image_size. You correctly comment the header to show that the height and width are signed but don't check for this anywhere else.
Trying to load a BMP that uses a negative height results in a negative
image_size. You correctly comment the header to show that the height and width are signed but don't check for this anywhere else.