Not a developer? Go to MovableType.com

Plugin and Theme Directory

ImageInfo v1.0

By
Posted April 7, 2004, in Assets, Files, Uploading.

Details

Display image EXIF data along with image on weblog page. Especially useful with digital camera pictures, which often store a lot of EXIF data (time stamp, f/stop, shutter speed, ISO setting, white balance, etc.) inside each picture.

<ul>
<MTImageInfo img="[MTBlogSitePath]/images/BrokenWindow.jpg"
leading_text="[li]" trailing_text="[/li]">
<$MTImageInfoField name="width" label="[strong]Width:[/strong] "$>
<$MTImageInfoField name="height" label="[strong]Height:[/strong] "$>
<$MTImageInfoField name="CoolBits" label="[strong]Cool Bits:[/strong] "$>
<$MTImageInfoField name="DateTime" label="[strong]Date:[/strong] "
format="%a %d %b %Y"$><br />
</MTImageInfo>
</ul>

Requirements

Image::Info (version 1.15 or greater) File::Basename


Back