-
Notifications
You must be signed in to change notification settings - Fork 593
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
[RAW] RAW (.dng) files are not being downloaded #675
Comments
It's worth noting that my capture method for RAW is using Halide set to RAW + HEIC, which results in two files with the same file name prefix, but differing extensions (HEIC, and dng). |
Same for CR2 files. It downloads only the JPG file. |
How are you getting CR2 files into iCloud? How are they presented in icloud.com UI? How they are handled in icloud.com UI (e.g. downloads)? |
Is there any progress on this? It seems that iCloud stores RAW version of the photos in I see that this PR only addresses the situation when there is a single RAW file, but not RAW + JPEG. I.e. only The solution might be to support Also, there might be a problem in restoring original file extension of the In theory, I can draft a PR with support for multiple sizes and |
|
1.19.0 can download raw from different manufacturers as well as handle raw+jpeg |
Well done 👍🏻 On 1 Jun 2024, at 4:29 PM, Andrey Nikiforov ***@***.***> wrote:
1.19.0 can download raw from different manufacturers as well as handle raw+jpeg
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Overview
I'm trying to exit the Apple iCloud Photos system, but I want all my data. Running iCloud Photos Downloader seems to download all images, but it doesn't even mention the DNG files. I checked that they're there on iCloud itself. Help! (Please)
Steps to Reproduce
python -m venv venv
and source itsource venv/bin/activate
pip install icloudpd
sudo -u www-data ./icloudpd -d /********/Photos -u "******@*******" --set-exif-datetime
Expected Behavior
ALL content would be downloaded from iCloud Photos to the destination
Actual Behavior
No DNG files have been downloaded from iCloud Photos. I hope there are no others missing!?
Context
Python 3.10.12
Linux ******* 5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Ext4 on LVM2
The text was updated successfully, but these errors were encountered: