Thanks, downloading exif now :)

On Feb 9, 2008 8:06 PM, Michael J. Hammel <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-02-10 at 14:04 +1100, Owen wrote:
> > Perhaps you want the exif data
> > Make sure you have the exif libraries install, and at the prompt, type
> > # exif blah.jpeg
>
> I was wondering - doesn't GIMP 2.4 support EXIF data now?  I had a JPEG
> with some EXIF data in it that I could read with GQView but I couldn't
> find a way to read the data in GIMP.  Is there one?
> --
> Michael J. Hammel                               Ximba End User Software
> [EMAIL PROTECTED]                      http://www.ximba.org
> LFS UserID: 16857
> ------------------------------------------------------------------------------
> Vision is the ability to see potential in the work of others.
> Robert X. Cringley, "Accidental Empires"
>
> _______________________________________________
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>



-- 
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