Does anyone know if JPEG stores the settings from a digital camera and
how to read them?
ie: ISO setting, etc.?

I like to experiment with settings, would be nice not to have to write
each one down.

-- 
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name

@pets = Pets.find_all_by_species('dog')
@pets.each do |dog| {
    if dog.name == 'Farley'
        dog.nick = 'Sir Barks-A-lot'
    elsif dog.name == 'Bonita'
        dog.nick = 'Princess Boo'
    else
        dog.nick = 'Doggie?'
    end
}
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to