My Minimalist iPhone + Lightroom Photo Workflow (Like Reusable Components)
Richard Lemon shares his minimalist approach to photography using an iPhone and Lightroom. He emphasizes treating photos like UI components, focusing on simplicity and efficiency. By limiting his gear and workflow, he maintains his interest in photography as a creative hobby rather than a burden.
- ▪Lemon's photography workflow consists solely of using his iPhone camera and Lightroom on his phone.
- ▪He prioritizes a quick and efficient process, aiming to start shooting in under 10 seconds and finish editing in under 5 minutes.
- ▪Lemon avoids using RAW format to keep storage manageable and streamline his editing process.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3798270) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Richard Lemon Posted on May 20 • Originally published at richardlemon.com My Minimalist iPhone + Lightroom Photo Workflow (Like Reusable Components) #devjournal #ios #productivity #sideprojects Why I treat photos like UI components I build web experiences for a living, so my brain is wired around components. Small pieces. Clear inputs. Predictable outputs. When I started taking photography more seriously, I fell into the same trap most devs do. Gear research. Camera reviews.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).