Replies: 3 comments
-
Not a bug nor a documentation issue as editing images is not something osxphotos provides for. However, you can use osxphotos to get access to the original image on disk using any of the PhotoInfo.path properties (e..g
|
Beta Was this translation helpful? Give feedback.
-
Also, you might find the API_README and the osxphotos Python package reference helpful if you're using osxphotos in your own code. |
Beta Was this translation helpful? Give feedback.
-
Hi @felciano I've moved this to the Discussion board. Did you get your code working? Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi folks --
I'm not sure if this is a bug (presumably a documentation one) or a feature request yet. I'm trying to manipulate an image from the OSX photos library in my script, using pillow to do the image editing. I cannot find the API call that gets me access to the binary image data in a way that could be passed to PIL. Is
osxphotos
just restricted to working with image metadata? Is there an alternate way to get at the image data itself that I could then pass on to pillow?Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions