Not that I know of. But I guess you could pretty easily build an xslt extension that could do it for you. Alternatively you could create fields for the data on your mediatype, and then populate them with a custom upload control.
-Create a library
-Create a class and add as many functions are required in the xslt (Must be static functions!)
-Compile and deploy to bin folder
-Adapt xsltExtensions.config to include the new xslt extension
Mind following: assemblyName without the dll extension, typeName must be FQN and alias is what you'll use in the xslt
Reading image EXIF/Metadata using XSLT
Is there a way to read EXIF data from a JPG in the media section by using XSLT?
Not that I know of. But I guess you could pretty easily build an xslt extension that could do it for you. Alternatively you could create fields for the data on your mediatype, and then populate them with a custom upload control.
azzlack,
As per Mortens suggestion write an xslt extension. To do the acutal exif image data extraction try http://www.codeproject.com/KB/graphics/exifextractor.aspx
Regards
Ismail
I am not that familiar with xslt and external dlls...
Do I have to write an .ashx file that processes requests similar to the one used in ImageGen?
Hi,
Just a quick how-to on xslt extensions:
-Create a library
-Create a class and add as many functions are required in the xslt (Must be static functions!)
-Compile and deploy to bin folder
-Adapt xsltExtensions.config to include the new xslt extension
Mind following: assemblyName without the dll extension, typeName must be FQN and alias is what you'll use in the xslt
Go, go, go...
Regards,
/Dirk
is working on a reply...