oscThumb
for osCommerce Online Merchant v2.2
oscThumb contribution uses the open source project phpThumb to create thumbnails of your images.
Instead of sending the full size image to the browser and let the browser resize it, which can seriously slow down the loading time of your pages and look ugly, oscThumb will generate thumbnails and save them in a cache folder on your server, for future use.
It used Imagemagic (if available) or GD library to generate gif, jpg and png thumbnails.
In my knowledge, this is the only thumbnailing contribution that can really protect your images agains thieves!
Following features are included:
Server caching: thumbnails created are saved on the server, no need to re-generate them for each visitor. Automatic cache cleaning function included (size, age, nbr of files).
Watermarking: place a text or image watermark on your images to protect them from thieves.
Security against URL manipulations: filenames encryption make it impossible to find the original image and URL hash check make it impossible to manipulate URL to display images in original size.
Display options: add a frame around your images or buttonize them.
New size for product image on product_info.php page, selectable from admin.
Easy installation: few files to copy, 3 files to modify. Done.
Forum: http://forums.oscommerce.com/index.php?showtopic=281009
Legend: 
Download

Report
Combined versions 1.1a and 1.1.1. Complete package.
Added solution:
- fixed problem with changing the width of right column when is any review
Validated all image links
Updated manual
*** This is not complete package !
Added solution:
- fixed problem with changing the width of right column when is any review
Validated all image links
Updated manual
*** This is not complete package !
a quick fix in the file /home/ofs/public_html/phpThumb/phpthumb.class.php, lines 100 and 101.
change
var $config_nooffsitelink_enabled = false;
var $config_nooffsitelink_valid_domains = array();
into the below:
var $config_nooffsitelink_enabled = true;
var $config_nooffsitelink_valid_domains = array('yourdomain.com','www.yourdomain.com');
No attached.
-Added the possibility to use ZoomCrop
- added the possibility to add additional Parameters in the Admin Settings
Well working version of oscThumb, which uses latest phpThumb v1.7.9 (May 2008).
This is complette package.
Forum: http://forums.oscommerce.com/index.php?showtopic=281009
Well working version of oscThumb, which contains all the known solutions before publication of this version.
This is complette package.
Forum: http://forums.oscommerce.com/index.php?showtopic=281009
oscThumb contribution uses the open source project phpThumb to create thumbnails of your images.
Instead of sending the full size image to the browser and let the browser resize it, which can seriously slow down the loading time of your pages and look ugly, oscThumb will generate thumbnails and save them in a cache folder on your server, for future use.
It used Imagemagic (if available) or GD library to generate gif, jpg and png thumbnails.
In my knowledge, this is the only thumbnailing contribution that can really protect your images agains thieves!
Following features are included:
Server caching: thumbnails created are saved on the server, no need to re-generate them for each visitor. Automatic cache cleaning function included (size, age, nbr of files).
Watermarking: place a text or image watermark on your images to protect them from thieves.
Security against URL manipulations: filenames encryption make it impossible to find the original image and URL hash check make it impossible to manipulate URL to display images in original size.
Display options: add a frame around your images or buttonize them.
New size for product image on product_info.php page, selectable from admin.
Easy installation: few files to copy, 3 files to modify. Done.
Forum: http://forums.oscommerce.com/index.php?showtopic=281009