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
The image can have 3 or 4 channels. But you're not handling the two situations.
So if an image has no alpha channel, 25% of additional useless memory is allocated.
Uh oh!
There was an error while loading. Please reload this page.
The code below in YYImageCode.m at line 1405-1415
The buffer named "tmp" is never used, please fix.
And the code segment is never run...
`
if (iter.x_offset != 0 || iter.y_offset != 0) {
}
`
The text was updated successfully, but these errors were encountered: