Nuff Nuff <nuffno...@gmail.com> writes: > I just need to be able to extract the exif info from a canon CR2 > file. The info from canon suggest that it's just the same as a tiff, > but anytime I try to get PIL to open one, it says that it tastes > bad. And canon don't seem to be all that forthcoming on the details.
CR2 is a hardware-specific raw format and PIL should not be expected to understand it. Try a websearch for dcraw.c to find a decoder for it. -- http://mail.python.org/mailman/listinfo/python-list