=== Image Formatr ===
Contributors: eyn, huntermaster
Tags: images, caption, formatting, post, page
Requires at least: 2.0
Tested up to: 2.9
Donate link: http://www.channel-ai.com/blog/donate.php?plugin=image-caption
Stable tag: trunk
Formats all content images on a page / post giving them borders and captions.
== Credits ==
Image Formatr is Copyright 2010 [Steven Almeroth](sroth77@gmail.com) and licensed under the GPL-v3 license
Based on: [image-caption](http://wordpress.org/extend/plugins/image-caption/) by [Yaosan Yeo](http://www.channel-ai.com/blog/)
Highslide: (not included in this release) The JavaScript [Image thumbnail viewer](http://highslide.com/) library by Torstein Hønsi and the [integration plugin](http://wordpress.org/extend/plugins/highslide-integration/) by [Christoph Dietrich](http://wordpress.org/extend/plugins/profile/scrollleiste) are both licensed under a [Creative Commons Attribution-NonCommercial 2.5 License](http://creativecommons.org/licenses/by-nc/2.5/). This means you need the author's permission to use it on commercial websites.
== Description ==
Image Formatr is a very simple, one-file plugin that goes through all the content images on a post/page:
1. gives them a standardized thumbnail format using CSS
2. puts a caption underneath each one using the title
3. makes them linked so they popup in full size
Note: thumbnails are not generated, the actual image is displayed in a smaller size.
= Usage =
*This only applies to the images you put in your content, not theme graphics.*
After the plugin runs, the output to the browser looks like:
== Installation ==
1. Download and extract the plugin
2. Upload the extracted directory (image-formatr) to your WordPress plugin directory, probably wp-content/plugins
3. Activate the plugin through the 'Plugins' menu in WordPress admin
4. Verify the settings with the 'Setting' menu
Note: the [Highslide](http://downloads.wordpress.org/plugin/highslide-integration.zip) plugin is recommended as a way to popup images when you click on them. If you do not want the Highslide plugin, then go to the Image-formatr settings in Wordpress admin and disable the popup Effects by unchecking the box, then Update Options.
== Screenshots ==
1. Image Formatr administration screen
== Style ==
CSS classes supported "out of the box" are: center, alignleft, alignright.
== Changelog ==
= 0.9.2 - 2010-4-16 =
* Smiley/emoticon display patch
* Changed: Smileys like :) were causing errors so I added a check to make sure we are not effecting emoticon graphics within the post. Now smileys display fine, thanks to http://blog.andrewkinabrew.com/
= 0.9.1 - 2010-3-9 =
* Standard thumnail dimensions patch
* Changed: Allow for zero length long or short thumbnail dimension in the administration settings
= 0.9 - 2010-1-26 =
* Initial beta release
* Renamed the `usemyanchor` image modifier attribute to `usemya` with no deprecated support for the old one
* Fixed: caption administration setting not working
* Added: force-root image location mangler administration setting
* Added: administration setting to standardize all thumbnail sizes
* Added: `usemysize` attribute to allow for individual image sizing
* Changed: no longer supports MyCSS plugin
= 0.8 - 2010-1-5 =
* Initial alpha release