-
Sorry for the delay in providing answers to your questions. Here they go...
>
> Could you try this:
>
> Find photo `P2071699` in your library. Verify that Photos shows the file as edited and t…
-
I'm reaching an exception deleting a subfolder:
```python
import photoscript
library = photoscript.PhotosLibrary()
A = library.create_folder("A")
B = library.create_folder("B", folder=A)
lib…
anjos updated
11 months ago
-
See #336 and #381
Photos and external editing apps can apply the incorrect extension. Photos doesn't complain. It's also possible to import a photo with incorrect extension and Photos displays i…
-
Imported and processed files of `goprox` are mainly imported into other image and video processing platforms. For images, a common path is to import all processed files into Apple Photos. This allows …
-
Currently for the Podfile there are two versions, one using
PhotosLibrary and one AssetLibrary. The AssetLibrary version does not
produce high-quality thumbs, so for clients needing iOS 7 support this…
-
Most Google libraries use protobuf-lite which isn't compatible with protobuf-java:
AGPBI: {"kind":"error","text":"Program type already present: com.google.protobuf.AbstractMessageLite$Builder$Limit…
-
Hi,
macOS Mojave introduced additional protection aimed towards privacy. It means that application does not have access to things like camera, contacts, photos library, etc. by default. In case of …
-
```
>>> photoscript.PhotosLibrary().selection
Traceback (most recent call last):
File "", line 1, in
File "/Users/rhet/.pyenv/versions/osxphotos/lib/python3.11/site-packages/photoscript/__ini…
-
It was discovered during integration with Google Photos using java-photoslibrary, please see its details
com.google.photos.library
google-photos-library-client
1.7.0
For example, real test ac…
-
The `upload` command currently only handles static images:
https://github.com/dogsheep/photos-to-sqlite/blob/d939455af00e07866686457ee2fcb9b2d1b7194e/photos_to_sqlite/utils.py#L26-L33
Need to co…