Sorting & Organising Photo Collection

Taking good photo's of your tree's can be challenging. Discuss your ideas and tips here.
Post Reply
User avatar
The-Calli-Kid
Aussie Bonsai Fan
Aussie Bonsai Fan
Posts: 112
Joined: January 21st, 2012, 1:00 pm
Favorite Species: Callistemon, Melaleuca, Ficus, Chinese Elm
Bonsai Age: 4
Location: Gold Coast
Been thanked: 1 time

Sorting & Organising Photo Collection

Post by The-Calli-Kid »

:gday: Fellas. Can anyone point me towards some information on sorting and organising my progression Photos accumulated over the past 4 years?
What format works best for naming etc, etc. Also, I remember reading about an archive type program some time ago but cant seem to find info again??

Thanks
CK
Last edited by The-Calli-Kid on October 6th, 2012, 12:45 am, edited 1 time in total.
User avatar
kcpoole
Perpetual Learner
Perpetual Learner
Posts: 12272
Joined: November 12th, 2008, 4:02 pm
Favorite Species: Maple
Bonsai Age: 15
Bonsai Club: the School Of Bonsai
Location: Western Sydney, NSW, Australia
Has thanked: 17 times
Been thanked: 84 times
Contact:

Re: Sorting & Organising Photo Collection

Post by kcpoole »

I have a strict directory Structure I Use and name all my photos with the EXIF "date" data from the camera
The format of the photo files is JPG from the camera, and I have a script that will extract the Date from the data already attached to the image by the camera, and then renname the files with that data. It will do individual files or a completed directory

The format I use is
4 digit year-2 digit month-2 digit day_image number eg 2009-09-05_img0015.JPG

this way when you look a t a directory full of photos, the directory name tells you what the tree is, and the files are by default listed oldest first so progressions show up easily.

eg
Azalea
Tree number 1
Tree Number 2
Bougainvillea
Tree number 1
Foto1
Foto 2
Tree Number 2

I use Linux but you could use the similar tools to do the same on Windows or MAC os
Google for "extract EXIF data" and you will find what you need to get you started, jhead is the software to extract the EXIF data

Code: Select all

#!/bin/sh
#This script Renames ALL the files in the directory using jhead
# Install Jhead before using this script. sudo apt-get install jhead

for i in *; do jhead -n%Y-%m-%d_%f $i; done
Ken
Check out our Wiki for awesome bonsai information www.ausbonsai.com.au/wiki
What is Bonsai? http://www.ausbonsai.com.au/wiki/index.php?title=Bonsai
What should I do now? http://www.ausbonsai.com.au/wiki/index.php?title=Newbie
How do I grow a Bonsai? http://www.ausbonsai.com.au/wiki/index. ... _a_Bonsai?
Visit a Bonsai nursery to see some real nice trees http://www.ausbonsai.com.au/wiki/index. ... _Nurseries
Post Reply

Return to “Photographing Bonsai”