-
I remember that Py5Graphics objects are copied as Py5Image objects, and that's it. >>> img
Py5Image(width=640, height=384)
>>> img.copy()
<java object 'processing.core.PImage'> I think you told me it was an easy fix, maybe? |
Beta Was this translation helpful? Give feedback.
Answered by
hx2A
Apr 15, 2024
Replies: 1 comment 1 reply
-
Silly me! I made this fix for Py5Graphics but didn't think to check if Py5Image also had a This is a bug, and is an easy one to fix. I'll open an issue for it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed! Thanks for spotting this, @villares !