This is the first of a series of articles I plan to write on how I take a photo or movie shot on a camera right through to archive with full metadata for future family historical purposes.
My role in all this, apart from enjoying photograph myself, is to be the curator of photos for my family.
Throughout the process my goal is to keep the original image in as pristine condition as possible and to only rename it or add metadata in a non-destructive manner. My main tools are IMatch IMatch as my Digital Asset Management system, and Adobe Lightroom for photo manipulation.
Here is the high-level process that I’ll explain in more detail within this article and a follow-up titled The Meta of My Metadata.
flowchart TD
start([Take Photos])
start --> source{"Device?"}
source --DSLR--> RAW[Ingest Raw Photos]
source --Phone--> JPEG[Ingest JPEG and HEIF Photos]
RAW --> Metadata[Add Metadata]
JPEG --> Metadata
Metadata --> Store[Rename and Store]
Store --> flickr[Publish to Flickr]
Store --> Backup
class RAW internal-link;
click RAW "/notes/ingest-raw-photos" "Ingest Raw Photos"
Step | Why |
---|---|
Copy photos to computer using Lightroom. | Lightroom has a good ingestion process and can convert RAW to DNG as it goes. Add copyright metadata. |
Cull the bad ones, merge exposure bracketed shots into HDR, stitch any panoramas, and rate 5-star those I will want to Develop later on. | This is what Lightroom does. |
Import photos into IMatch | Let IMatch now where all the new photos are. |
Add all metadata in IMatch. | Add metadata and then move files to their final location. |
Develop DNG files in Lightroom. | Again, best tool for the job. |
This first article will cover how I get photos from cameras into IMatch via Lightroom.
The first step is getting a photo or video off the capture device and onto a computer. How I do this depends on the original device.
My Canon 400D is the easiest to work with. Photos are stored on a 4GB Compact Flash card and I transfer them by removing the card from the camera and inserting it into a memory card reader then using Lightroom to “ingest” photos from the card to the computer’s SSD.
I followed the steps in Focus Photo School’s video How To Import New Photos Into Adobe Lightroom Classic Using An Import Preset - YouTube with some changes.
YYYY-MM-DD HH.MM.SS_NNNN.DNG
where NNNN is the sequence number from the camera and the other values represent the date and time.Mediabank\import\YYYY\YYYY-MM\YYYY-MM-DD
. This gives me the most flexibility to view files in IMatch by both month and individual day.With 3 iPhones and 1 Samsung in the house, I needed a way to reliably get photos from the phone to the PC. Plugging each into a USB port and copying files is unworkable. Photo files are typically not stored with dates, so although the first copy is easy, the next requires I keep track of the last number phot I copied.
Initially I used Dropbox to automatically upload photos in the background. That worked until Apple removed the ability for an application to constantly run in the background. And I would sometimes run into issues filling our Dropbox capacity. I’ve moved to OneDrive now, and that has fixed the space problem but the background download problem remains.
Sometimes, when importing photo from iPhones they end up in the wrong day (more on that later) but usually within the same month so I can easily see the date corrections I need to make.