[Gimp-developer] Exif support for tiff files

2009-03-17 Thread Sebastian Kraft
Hello everybody, I started to look into source code to see how much work it would be to implement exif support for Tiff files. Currently it's very annoying that gimp skips exif information from tiff files I created with a RAW converter... The main question is now what happens to the file

Re: [Gimp-developer] Exif support for tiff files

2009-03-17 Thread Sven Neumann
Hi. On Tue, 2009-03-17 at 20:42 +0100, Sebastian Kraft wrote: I started to look into source code to see how much work it would be to implement exif support for Tiff files. Currently it's very annoying that gimp skips exif information from tiff files I created with a RAW converter...

Re: [Gimp-developer] Exif support for tiff files

2009-03-17 Thread Sebastian Kraft
On Dienstag, 17. März 2009 22:05:04 you wrote: Hi, On Tue, 2009-03-17 at 21:55 +0100, Sebastian Kraft wrote: I saw in file-jpeg/jpeg.c that EXIF data simply is read into ExifData struct via a libexif function. This only keeps EXIF from jpeg - jpeg because there is no global ExifData to