-
Notifications
You must be signed in to change notification settings - Fork 24
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
Read / write images #49
Comments
Thanks @eliocamp, I've gotten this request before! I simply don't have the capacity to build this out myself, unfortunately. I would welcome a PR, however it would absolutely have to be a platform independent implementation, since that's the whole point of clipr in the first place. If that's something you think you'd be interested in taking on, I'd certainly be willing to review it. |
Ok, I'll see what I can do. |
What would it be the desired behaviour? Images could be returned as arrays or saved in disk and returned as a path. |
I would like to know if any progress has been made to cut-and-paste images with clipr? |
I couldn't make it work 😞 |
From my testing it seems that clipr only works with text data. Would it be possible for it to work on images too?
I implemented something like that for my spindler package (code here only tested the linux part) and realised that maybe it would be coold to have it on clipr.
The text was updated successfully, but these errors were encountered: