On 16/10/2007, Monty Zukowski <[EMAIL PROTECTED]> wrote: > I am learning Squeak, and as a first application I want to write a > little photo organizing application. > > I know I will want to extract EXIF information out of the jpeg headers > of the images. So far I haven't seen anything in Squeak or the squeak > repositories that does this. I'm hoping one of you kind souls can > point me in the right direction. >
I don't know if there's a 100% Squeak answer, but Smagick uses calls out to ImageMagick to do this: http://lists.squeakfoundation.org/pipermail/announcements/2007-August/000086.html Hope this helps, Michael _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
