Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kivy ios save an screen as an image to the users ios photos #799

Closed
Tan837 opened this issue May 6, 2023 · 1 comment
Closed

Kivy ios save an screen as an image to the users ios photos #799

Tan837 opened this issue May 6, 2023 · 1 comment
Labels

Comments

@Tan837
Copy link

Tan837 commented May 6, 2023

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.

@github-actions
Copy link

github-actions bot commented May 7, 2023

👋 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.

@github-actions github-actions bot closed this as completed May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants