Currently, we can create EditableImages with a maximum size of 2048x2048 in studio via command/plugin code, however we are unable to use Write/ReadPixelsBuffer above 1024x1024, despite running under plugin context.
This should be consistent with plugin EditableImage’s max size of 2048x2048.
If this could be resolved, i’ll be able to better and more easily utilize EditableImage for larger scale projects and resources for developers.
finally, i ended up having to write one of my plugin ideas in love2D because editable images were locked at 1024. The next step is 4K, and hopefully higher res in experiences