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
Functions like load_image could alternatively allocate the display window instead of the data window - this would probably be the expected default behaviour. The default pixel there should probably be transparent and anything outside of the data window could be cut off.
Implementation Approach
Should probably be an opt-in behaviour. Could filter the chunks loaded from the file.
The text was updated successfully, but these errors were encountered:
What can be improved or is missing?
Functions like
load_image
could alternatively allocate the display window instead of the data window - this would probably be the expected default behaviour. The default pixel there should probably be transparent and anything outside of the data window could be cut off.Implementation Approach
Should probably be an opt-in behaviour. Could filter the chunks loaded from the file.
The text was updated successfully, but these errors were encountered: