Closed (outdated)
Project:
Exif
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2008 at 13:30 UTC
Updated:
28 Feb 2016 at 15:25 UTC
Jump to comment: Most recent
Comments
Comment #1
achernen commentedthe same problem for drupal 6
would love to see lense ID and aperture, not fnumber. Fnumber shows correct aperture, but it is not obvious what it is, for example if it is 4/1 (which is f/4), or 72/10 (which is f/7,2)
Comment #2
rapsli commentedthis is the way it's written into exif. I guess you could use some output formatting for CCK fields to get it right. Use theme Developer to find out how to overwrite it.
Comment #3
acsooley commentedTake a look here: http://www.adamsooley.ca/blog/creating-nice-exif-block-drupal
Comment #4
rhache commentedHere's the php that I used to display the fnumber correctly.
This would work in a node tpl, and could be easily adapted for a cck field override. Please note that I'm a NOT pro php programmer, so if anybody can verify that my code is kosher, that would be great.
Rene
Comment #5
asb commentedSuch formatters should be provided by this module, or contributed add-on modules. Changing to feature request.
Comment #6
jphautin commenteddrupal 6 EOL