Photon module makes the images on your site be served from WordPress com's global content delivery network.
After setting the desired thumbnail size Settings > Media, the plugin does the rest with the click of button...
Your plugin creates sketches of 150×150 pixels and more sketches with side of 768 pixels, but I have the size of the in the wonders setting is = 0...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fix JavaScript error that would cause the regeneration process to stop if image returned non- JSON, such as error code..
Changes to Bulk Action functionality were made before the release of WordPress 3.1 which broke the I implemented the regeneration feature.
This version adds to Bulk Action using Javascript as that's the only way to do it currently...
Move the error reporting call in AJAX to the beginning so that we're more sure that no PHP errors are outputted.
Thanks to lot of jQuery help from Boris Schapira, regeneration will no longer stop the whole process..
Directly query the database to fetch what the plugin needs.
Read more