Tuesday, March 19 in 2024
Module Frontpage Slideshow
Modul: imageOptimizer
Author: Ralf Hertsch
Nick: Ralf (Berlin)
Contact: ralf.hertsch@phpmanufaktur.de
Version: 0.20
State: Beta
License: GNU - General Public License
GUID: E1410955-0382-4113-9FDF-43C588D91DC6
Platform: 2.7
Requires: PHP 5.x, dbConnect, rhTools
Last info: 2011-08-01
Rating:
56.0
649 votes
1 2 3 4 5
Download: here
Forum: here
Web Link: here
Description: imageOptimizer is depreciated and no longer supported, please use the more powerfull imageTweak instead!

imageOptimizer scans the page_content() and replaces all images which are resized only by the attributes height and width with a new, physically adapted image which will be saved in an separate directory. imageOptimizer don't change the original images.

imageOptimizer supports JPG, GIF and PNG, reduce traffic and spends your visitors fast loading and lightweight pages ;-)

You will find a working imageOptimizer at panke.info.
Info: After installing dbConnect, rhTools and imageOptimizer please edit the template of your website and replace page_content(); with:

if (class_exists('imageOptimizer')) {
ob_start();
page_content();
$content = ob_get_contents();
ob_end_clean();
image_optimize($page_id, $content);
}
else {
page_content();
}

Because the imageOptimizer is a snippet you dont have access to it by the backend. To get access to the administration of the imageOptimizer please create a new private page of type code and insert the following code:

if (class_exists('imageOptimizerControl')) {
image_optimizer_control($page_id);
}
else {
echo "imageOptimizerControl is not installed!";
}

The screenshot below shows you an statistic sample you will find within the administration of imageOptimizer.
See also: dbConnect, dbConnectLE, dbglossary, dbMultipleChoice, dbWatchSite, dirlist, dwoo, feedback, imageTweak, keep in touch, kitdirlist, multiple-educated, newsletter, rhtools, shortlink, dropletsExtension, flexTable, kitForm, kitTools, manufakturGallery, pChart , permaLink
Image: