Closed axetroy closed 1 year ago
closed #61. This PR:
PhotonImage.new_from_blob()
PhotonImage.new_from_image()
The current methods that can create PhotonImage objects are:
open_image() new PhotonImage() PhotonImage.new_from_base64() PhotonImage.new_from_byteslice()
These APIs are not unified, I recommend deprecating open_image
and change to PhotonImage.new_from_canvas()
/cc @silvia-odwyer ready for review
closed #61. This PR:
PhotonImage.new_from_blob()
PhotonImage.new_from_image()
The current methods that can create PhotonImage objects are:
open_image() new PhotonImage() PhotonImage.new_from_base64() PhotonImage.new_from_byteslice()
These APIs are not unified, I recommend deprecating open_image
and change to PhotonImage.new_from_canvas()