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 saving an image with size 12 (not a power of two) there is an exception in ImageSaverToArray. This happens because the recursive image format requires a power of two as the image size. In this case it means that the image needs to be saved in a 16x16 image.
The text was updated successfully, but these errors were encountered:
When saving an image with size 12 (not a power of two) there is an exception in ImageSaverToArray. This happens because the recursive image format requires a power of two as the image size. In this case it means that the image needs to be saved in a 16x16 image.
The text was updated successfully, but these errors were encountered: