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
I want to save my screen as an image to the user's ios photos, but there is nothing available in kivy that can do that.
class TacScreen(Screen):
def save_to_camera_roll(self):
filename = "image.png"
self.export_to_png(filename)
export_to_png is a method that I used to save the screen into an image but how do I save the image to the user's ios photos now? This is a feature that I would love to be added.
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
I want to save my screen as an image to the user's ios photos, but there is nothing available in kivy that can do that.
class TacScreen(Screen):
def save_to_camera_roll(self):
filename = "image.png"
self.export_to_png(filename)
export_to_png is a method that I used to save the screen into an image but how do I save the image to the user's ios photos now? This is a feature that I would love to be added.
The text was updated successfully, but these errors were encountered: