protect the original photos, then add a button call "download original file"
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.5k
- Forks
- 1k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 13
Description
what do not protect the original photos, then add a button call "download original file"
For example, I have a lot of photos, and each of the photo about 10M
If I want to view all the photos, I have to download all the original from the server, it wast a lot of time.
Why don't you just let the client (IOS or Android) request the largest preview photo file (EX: 1024-1024-max.jpg) . not the original one.
And then add a button called "download the original file"
I know , the client has a feature in the Advanced menu. it called Optimized photo resolution
but this feature let the photo too fuzzy.
you need to know that my photo is 10mb, and the client feature let the photo changed to about 300kb, but the largest preview photo in the server(which about 100k) is more clear than the client one (which 300k) .
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not identify files, tests, or an entry point. Start by locating the iOS photo preview and download flows, then determine how the largest preview and original file are requested; done means previews avoid fetching originals while a clearly labeled button downloads the original.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100