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
Gosu has Image#to_blob and Image#insert(img, x, y) now. This makes it possible for Texplay to work with large images (>1024px) and could reduce coupling between Texplay and Gosu's internal implementation.
Just leaving this note here, because if anyone else is about to fix it, please sent me a note first. I could change the to_blob format last minute or fiddle with other optimizations to speed things up.
The text was updated successfully, but these errors were encountered:
Gosu has
Image#to_blob
andImage#insert(img, x, y)
now. This makes it possible for Texplay to work with large images (>1024px) and could reduce coupling between Texplay and Gosu's internal implementation.Just leaving this note here, because if anyone else is about to fix it, please sent me a note first. I could change the
to_blob
format last minute or fiddle with other optimizations to speed things up.The text was updated successfully, but these errors were encountered: