View Full Version : <EXIF_LENS> ?
z0nic
12-04-2006, 01:10 AM
Hi,
I've searched the forums, but none were able to tell me how I'm able to show what lense I used in the spesific image.
Any other EXIF is showing perfectly.
I'm using PP ver 1.5 and the extra_exif - ver 1.1
My photoblog is located here: http://komplisert.net/iblog/
Please advice!
Connie
12-04-2006, 06:31 AM
if you read the forum, you would have found that exif informations from different cameras vary
that not all cameras support every paramete
so if you do not tell us which camera you use nobody can give any further info or help
z0nic
12-04-2006, 07:24 AM
if you read the forum, you would have found that exif informations from different cameras vary
that not all cameras support every paramete
so if you do not tell us which camera you use nobody can give any further info or help
I'm currently using a Canon Digital EOS 350D / Rebel XT.
z0nic
nygorilla
12-04-2006, 11:10 AM
As far as I am aware the EXIF data cannot tell you the lens - only the focal length.
Happy to be proven wrong though...!
z0nic
12-04-2006, 11:24 AM
As far as I am aware the EXIF data cannot tell you the lens - only the focal length.
Happy to be proven wrong though...!
Photoshop can tell the lens used with every picture, so in my opinion so should Pixelpost ;)
Connie
12-04-2006, 12:03 PM
sorry to tell you another thing which you might have read already:
Pixelpost is using a standard library for that and so you should claim there
another hint: check for addons
if I remember well, there is an addon with extended EXIF information
but you can find that yourself
and please remember: we must nothing and we should nothing... ;=)
z0nic
12-04-2006, 01:03 PM
sorry to tell you another thing which you might have read already:
Pixelpost is using a standard library for that and so you should claim there
another hint: check for addons
if I remember well, there is an addon with extended EXIF information
but you can find that yourself
and please remember: we must nothing and we should nothing... ;=)
I am using the extended EXIF, but it doesn't give me what I want... :(
Well, I'm having a week vacation now, so with the right ammount of caffeine, I may cook together my very own addon-thingy....
Thanks for the help so far.... I'll hollar if there's anything else you can help me with.
Have a nice one..!
If you find correct place in EXIF with this data then please post info about it to me - Ill add it into the official version of PP.
z0nic
12-06-2006, 08:25 AM
If you find correct place in EXIF with this data then please post info about it to me - Ill add it into the official version of PP.
It appears that the following info is removed when saving to a JPEG:
contrast, saturation, sharpening, lens, white balance, flash mode
When using the original RAW file, the info is there.
Bad JPEG! :P
source: http://support.bibblelabs.com/webboard/viewtopic.php?=&p=27981
I've gone through some of my own pictures, and it appears to be correct :(
So I guess we're screwed when it comes to reading that info from the JPEG.
So, what I need to do now is to manually edit the pixelpost files to give me some kind of drop down menu where I can add the spesific lense when I upload the files, or something like that.
Any ideas for that? I believe I have to make pixelpost write additional info into the MySQL database...? Or is it a simpler way to pull this off?
Connie
12-06-2006, 09:38 AM
at least it should be an Admin Addon
and I am sure you will need to store this info in table, so you might extend one table or add another table for that
z0nic
12-06-2006, 11:17 AM
at least it should be an Admin Addon
and I am sure you will need to store this info in table, so you might extend one table or add another table for that
I'm not very good at SQL-stuff, but I manually edited the new_image.php file to look like this:
<textarea name="body" style="width:95%;height:300px;">
<table border="0" cellspacing="0" cellpadding="0">
<div id="image-exif">
<!--DWLayoutTable-->
<tr><td width="130" height="92" align="right" valign="top">
<div align="right"><b>
camera<br />
lens<br />
focal length<br />
aperture<br />
shutter speed<br />
ISO<br />
flash<br />
shooting mode<br />
exposure bias<br />
metering mode<br />
</b></div></td>
<td width="9"></td>
<td width="319" rowspan="2" align="left" valign="top">
<EXIF_CAMERA_MODEL><br />
THIS IS WHERE I TYPE THE LENS DATA <br /> <!-- THIS IS WHERE I TYPE THE LENS DATA -->
<EXIF_FOCAL_LENGTH><br /><!-- focal length -->
<EXIF_APERTURE><br /><!-- aperture -->
<EXIF_EXPOSURE_TIME><br /><!-- shutter_speed -->
<EXIF_ISO><br /><!-- ISO -->
<EXIF_FLASH><br />
<EXIF_EXPOSURE_PROGRAM><BR />
<EXIF_EXPOSURE_BIAS><br />
<EXIF_METERING_MODE><br />
</td>
</tr>
</table>
TEXT GOES HERE
</div></textarea>
I also edited the comment_template.html file to look like this:
Comments for: <span class="title"><IMAGE_TITLE></span>
</div>
<div id="comment-wrapper">
<IMAGE_THUMBNAIL>
<br />
And that did the trick for me.
The only thing that sucks is that every previous image looses it's EXIF info.
Connie
12-06-2006, 11:25 AM
But my friend, you can add everything to a form, but how do you want to store the data and read it from database when the main index.php is called?
you just added a new form field to the admin-frontend, but that is really not enough ;=)
z0nic
12-06-2006, 11:30 AM
But my friend, you can add everything to a form, but how do you want to store the data and read it from database when the main index.php is called?
you just added a new form field to the admin-frontend, but that is really not enough ;=)
Well, it works for me...
If I understood SQL I could probably make it better. But I don't, so this will have to do it.
But please, I urge anyone to make it better!
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.