Detailed photo information does not appear
thenickdude
Registered Users Posts: 1,302 Major grins
Hey everyone,
I just signed up for the Smugmug trial and uploaded a bunch of photos I took today with the Java uploader. All of the pictures show "no detailed information available" when I try to view the detailed information tab. The photos definitely have XMP camera shooting information embedded which is viewable with the Properties windows in Vista, in exiftool, or in Photoshop (CS4). How come Smugmug can't read it?
Here's an original size image which definitely has XMP shooting information embedded:
http://n-sherlock.smugmug.com/gallery/7233902_a4SW6#464774163_vqnJ5-O-LB
I just signed up for the Smugmug trial and uploaded a bunch of photos I took today with the Java uploader. All of the pictures show "no detailed information available" when I try to view the detailed information tab. The photos definitely have XMP camera shooting information embedded which is viewable with the Properties windows in Vista, in exiftool, or in Photoshop (CS4). How come Smugmug can't read it?
Here's an original size image which definitely has XMP shooting information embedded:
http://n-sherlock.smugmug.com/gallery/7233902_a4SW6#464774163_vqnJ5-O-LB
https://www.sherlockphotography.org/
Please check out my gallery of customisations for the New SmugMug, more to come!
Please check out my gallery of customisations for the New SmugMug, more to come!
0
Comments
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
It looks like it does not save data in EXIF format (that information gets wrapped up in an XMP format block). My Firefox plugin which is only capable of reading EXIF (not XMP) can't read any shooting information. But Photoshop, exiftool and Windows Vista can.
Please check out my gallery of customisations for the New SmugMug, more to come!
http://dpnow.com/forum2/showthread.php?p=36221&mode=linear#post36221
http://www.adobeforums.com/webx/.59b774b7
http://www.naturescapes.net/phpBB3/viewtopic.php?f=2&t=146622
The result of this reading is that CS4 Save for Web does not write EXIF data, only XMP data. So only programs that understand XMP will see the metadata (which apparently does not include Smugmug). File/Save As will retain all original EXIF data.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks. I'll put this in as a feature request for Smugmug if it hasn't been done already. And I'm investigating using Exiftool to write some real EXIF data from the XMP data.
EDIT: If you have exiftool.exe and "xmp2exif.args" (from the full exiftool distribution) in the same folder as your images, you can convert XMP tags to EXIF tags with this command line:
exiftool -@ xmp2exif.args -xmp:all= *.jpg
The detailed photo information then shows up fine on Smugmug.
Please check out my gallery of customisations for the New SmugMug, more to come!
http://n-sherlock.smugmug.com/photos/newexif.mg?ImageID=464837778&ImageKey=FR7LQ
More: http://wiki.smugmug.net/display/SmugMug/How+To+See+Exif
welcome!
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
http://en.wikipedia.org/wiki/Extensible_Metadata_Platform
I choose to work with embedded xmp as that keeps the data tied down with my dng and jpg files, without worrying about sidecar files while moving things around
For the image linked by Lamah, if you open the original in photoshop, and take a look at advanced panel in File Info, you can see the xmp data
http://photography.ashishpandey.com
smugmug ID: ashishpandey (but I prefer my domain URL above )
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
We want to read and deal with more exif - it's a big deal, and it's on Don's list.
Portfolio • Workshops • Facebook • Twitter
You can get the detailed information to display by converting to 8-bits/channel before saving as a JPEG.
Application: Photoshop CS4
Starting with a PSD file.
- Open the PSD in CS4.
- Select Image... Mode... 8 Bits/Channel
- Click "File... Save As..." Format:"JPG"
- Upload JPEG to SmugMug using favorite upload tool.
- Confirm presence of deatailed information in fly out.
Probably work with other formats as well.This method will not work if you are using CS4's "Save For Web" command.