This project is not covered by Drupal’s security advisory policy.

Optimize images using Yahoo!'s Smush.it webservice. The Smush.it service can often produce savings of 70-90% on image sizes.

This module defines an ImageCache preset that sends images to Smush.it and then retrieves the optimized image. This may have privacy implications for your data.

This is *very* alpha code, and relies on a patch to ImageCache (see #985598: Changes to image data lost between operations).

Index: imagecache/imagecache.module
===================================================================
--- imagecache/imagecache.module	(revision 20724)
+++ imagecache/imagecache.module	(working copy)
@@ -449,7 +449,7 @@
  * @return
  *   Boolean, TRUE indicating success and FALSE failure.
  */
-function _imagecache_apply_action($action, $image) {
+function _imagecache_apply_action($action, &$image) {
   $actions = imagecache_action_definitions();
 
   if ($definition = imagecache_action_definition($action['action'])) {

If you manage your own server, also consider ImageAPI Optimize.

Project information

  • caution Seeking co-maintainer(s)
    Maintainers are looking for help reviewing issues.
  • Module categories: Content Display, Media
  • Created by jonathan_hunt on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases