Friday, January 07 2005: EXIF
I pulled some ASP code
for reading EXIF headers from JPEG files and have reworked it quite a bit.
I basically pulled the code for the actual parsing of the binary data and
scrapped the rest.
My take on the module can be used unchanged in WSF or ASP includes and provides a small number of public interface functions, hiding somewhat the data storage details from the client.
An example WSF script using the module follows (it's there in a <pre> block, which apparently, isn't showing up for some reason).
My take on the module can be used unchanged in WSF or ASP includes and provides a small number of public interface functions, hiding somewhat the data storage details from the client.
An example WSF script using the module follows (it's there in a <pre> block, which apparently, isn't showing up for some reason).