ImageInfo
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>

Leave a comment
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.