User: dries Branch: HEAD Date: Mon, 09 Mar 2009 11:44:54 +0000 Added files: /modules/simpletest/tests image.test image_test.info image_test.module Modified files: /includes file.inc image.inc /modules/system image.gd.inc system.admin.inc system.api.php system.module Log message: - Patch #373613 by quicksketch and drewish: in order to operate on images multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests. Links: http://cvs.drupal.org/diff.php?path=drupal/modules/simpletest/tests/image.te... http://cvs.drupal.org/diff.php?path=drupal/modules/simpletest/tests/image_te... http://cvs.drupal.org/diff.php?path=drupal/modules/simpletest/tests/image_te... http://cvs.drupal.org/diff.php?path=drupal/includes/file.inc&old=1.162&new=1... http://cvs.drupal.org/diff.php?path=drupal/includes/image.inc&old=1.28&new=1... http://cvs.drupal.org/diff.php?path=drupal/modules/system/image.gd.inc&old=1... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.admin.inc&o... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.api.php&old... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.module&old=...