Xiong Jiang wrote:
> Hi,
>
> Thunar is a great browser for us. Just a little request:
>
> Can you add Aperture (EXIF tag FNumber) and ISO number (EXIF tag
> ISOSpeedRatings) in the <image> tab of file properties page? These
> two numbers are as important as Exposure Time, Focal Length for a
> picture from digital camera and SLR.
Attached is a patch to add "ISO Speed Ratings".
I'm not familar with EXIF tags, can you probably outline the difference
between "Aperture Value" (EXIF_TAG_APERTURE_VALUE) and "Aperture"
(EXIF_TAG_FNUMBER)? Do we need both?
> Thanks a lot,
> Xiong
Benedikt
Index: plugins/thunar-apr/thunar-apr-image-page.c
===================================================================
--- plugins/thunar-apr/thunar-apr-image-page.c (revision 22397)
+++ plugins/thunar-apr/thunar-apr-image-page.c (working copy)
@@ -46,17 +46,18 @@
ExifTag tag;
} TAIP_EXIF[] =
{
- { N_ ("Date Taken:"), EXIF_TAG_DATE_TIME, },
- { N_ ("Camera Brand:"), EXIF_TAG_MAKE, },
- { N_ ("Camera Model:"), EXIF_TAG_MODEL, },
- { N_ ("Exposure Time:"), EXIF_TAG_EXPOSURE_TIME, },
- { N_ ("Exposure Program:"), EXIF_TAG_EXPOSURE_PROGRAM, },
- { N_ ("Aperture Value:"), EXIF_TAG_APERTURE_VALUE, },
- { N_ ("Metering Mode:"), EXIF_TAG_METERING_MODE, },
- { N_ ("Flash Fired:"), EXIF_TAG_FLASH, },
- { N_ ("Focal Length:"), EXIF_TAG_FOCAL_LENGTH, },
- { N_ ("Shutter Speed:"), EXIF_TAG_SHUTTER_SPEED_VALUE, },
- { N_ ("Software:"), EXIF_TAG_SOFTWARE, },
+ { N_ ("Date Taken:"), EXIF_TAG_DATE_TIME, },
+ { N_ ("Camera Brand:"), EXIF_TAG_MAKE, },
+ { N_ ("Camera Model:"), EXIF_TAG_MODEL, },
+ { N_ ("Exposure Time:"), EXIF_TAG_EXPOSURE_TIME, },
+ { N_ ("Exposure Program:"), EXIF_TAG_EXPOSURE_PROGRAM, },
+ { N_ ("Aperture Value:"), EXIF_TAG_APERTURE_VALUE, },
+ { N_ ("Metering Mode:"), EXIF_TAG_METERING_MODE, },
+ { N_ ("Flash Fired:"), EXIF_TAG_FLASH, },
+ { N_ ("Focal Length:"), EXIF_TAG_FOCAL_LENGTH, },
+ { N_ ("Shutter Speed:"), EXIF_TAG_SHUTTER_SPEED_VALUE, },
+ { N_ ("ISO Speed Ratings:"), EXIF_TAG_ISO_SPEED_RATINGS, },
+ { N_ ("Software:"), EXIF_TAG_SOFTWARE, },
};
#endif
_______________________________________________
Thunar-dev mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/thunar-dev