=== Additional image sizes (zui) === Contributors: waltervos, beingzoe Donate Link: http://en.wikipedia.org/wiki/Pay_it_forward Tags: images, image management, image sizes Requires at least: 3.0 Tested up to: 3.0.5 Stable tag: 0.1.4 Create additional image sizes for your WordPress site/blog as well resize the predefined WordPress sizes. == Description == Create additional image sizes (in addition to the predefined WordPress defaults thumbnail, medium and large size that are default) for your WordPress site/blog. It will also resize the predefined WordPress sizes if the size(s) in Settings > Media have been edited. This plugin is a fork to fix bugs and enhance the functionality of the original Additional Image Sizes plugin. == Installation == * Upload the `additional-image-sizes-zui` folder to the `/wp-content/plugins/` directory * OR "Install Plugins" in the WordPress admin "Plugins > Add New" (search for "additional image sizes zui") 1. Activate the plugin through the `Plugins` menu in WordPress 2. Now you'll see a new menu item in the `Media` menu where you can add additional sizes and recreate new/changed sizes == How to use == = Create a new image size = At the top of the Additional Images Sizes options page you will see a matrix of your custom image sizes. On first load it will be empty and you will just see a form at the "bottom" of the matrix. 1. Enter a name, width (integer), height (integer), and choose whether it should be cropped 2. Click Save Changes = Create missing/changed image sizes = Once you have created a new image size (or edited the predefined WordPress image sizes in Settings > Media) you will need to create the new image size(s) for previously uploaded images. New images will automatically be created in all sizes. 1. Click the "Generate copies of new sizes button" There are some optional settings you can adjust depending on your server, how many new sizes you are attempting to do at once, and which way the wind is blowing. We have attempted to set these to work optimally for most folks. But if your setup is a little better than most, only doing one image size at a time, or don't have too many images on the server already try turning these up. Conversely if you are having problems turn these down. Explanation of these settings is included on the page. == Screenshots == 1. First use with no new image sizes created. Menu item added to Media. 2. Just after adding our first additional image size 3. Settings for creating new/missing image sizes 4. Message output letting us know the progress of creating new sizes 5. Using the new image size in the post media uploader == Roadmap for future releases == * Add the ability to delete the actual images created by the site/blog owner * Add a link (or maybe the actual generate images button/form) to the Settings > Media page ** Only show if they edit the boxes after the form is submitted * Text domain == Frequently Asked Questions == = Is there a way to automate the creation of new image sizes instead of doing batches manually? = We are looking into this. The problem is that once this script starts running it is incredibly taxing on the server. It would be inappropriate to let this script run for very long especially on shared hosting. However because of our fabulous tester Ami who has over 23,000 images on a particular server we are looking into options to make the creation of new sizes less time consuming. == Upgrade Notice == = 0.1.4 = Minor/Major bug fixed (depending on how you look at it ;) preventing WordPress sizes from resizing unless a custom size was added. = 0.1.3 = Added ability to choose what size(s) are checked instead of just all of them! = 0.1.2 = Major improvment to how new image sizes are created. == Changelog == = 0.1.4 = * Fixed bug preventing WordPress sizes from resizing unless a custom size was added = 0.1.3 = * Added ability to choose what size(s) to check instead of just all (Thanks Ami) * Improved database cleanup - now removes necessary WP unserialized size options on delete size * Still more helpful messages to let the site/blog owner know what is going on = 0.1.2 = * Changed generate new images to run in "batches" set by the site/blog owner * Added option to extend the time limit for script processing by up to 60 seconds * Special thanks to Ami for testing things out with her 23000+ images ;) * Added more thorough messages to let the site/blog owner know what is going on = 0.1.1 = * Updated option that stores the serialized options from a kst namespaced id * Removed extraneous comments and unused code and other minor cleanup = 0.1 = * Major rewrite and release of the original additional sizes plugin * Fixed bug where the plugin was attempting to ask WP to resize sizes that didn't exist * Fixed bug when WordPress returned an error when the image didn't need resized and the plugin overreacted * Fixed E_NOTICE errors being issued for undeclared variables * Updated add_menu_page to use newer role and capabilities instead of older numeric roles * Separated plugin init/activation from plugin actions so that others could use as stand-alone class * Added the ability to resize predefined WordPress image sizes if size edited through Settings > Media * Added the ability to show/hide the skipped images message == Original plugin changelog == = 1.0.2 = * Minor bugfixes, sorry about all the updates = 1.0.1 = * 1.0 didn't preserve image sizes from 0.1 installs, now it does (and recovers those that were lost) = 1.0 = * Several small bugfixes * thumbnail, medium and large can no longer be used as the name for a size (WordPress itself uses those already) * Width or height can now be left empty * Slight improvements to the user interface * Prevent timeouts when regenerating copies of existing sizes = 0.1 = Very first release, features are: * Adding additional image sizes. * Generate copies of additional image sizes. * Use the additional sizes in your posts or pages from the `Add an Image` screen.