Magento Expert Forum - Improve your Magento experience
-
Junior Member
PHP Thumbanil Generation easy
Generate and convert images to thumbnail is quite easy with phpThumb.
phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image. True color and resampling is used if GD v2.0+ is available, otherwise paletted-color and nearest-neighbour resizing is used. ImageMagick is used wherever possible for speed. Basic functionality is available even if GD functions are not installed (as long as ImageMagick is installed). One demo file uses portions of Javascript API by James Austin.
System Requirements:
Your website hosting provider must support:
- PHP (v4.0.6 is bare minimum; v4.3.3 recommended; v5.0.0+ adds some additional filtering capabilities).
- PHP GD library, ideally the bundled version that comes with PHP v4.3.0 or higher. Partially optional if ImageMagick is available.
- ImageMagick. Partially optional if PHP-GD is available.
Links
PHPThumb homepage
PHPThumb demo
Download PHPThumb
View more threads in the same category:
-
-
Under windows it's pretty easy. You need to enable gd in your php.ini file. You do that by removing the ; on the follow line: extension=php_gd2.
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks