phpThumb
phpThumb copied to clipboard
phpThumb() - The PHP thumbnail generator
http://phpthumb.sourceforge.net/demo/demo/phpThumb.demo.demo.php 1. http://phpthumb.sourceforge.net/demo/phpThumb.php?=&hash=dd319091134f863bf2edd258f8decaf6 (remove from demo?) 2. http://phpthumb.sourceforge.net/demo/phpThumb.php?src=http%3A%2F%2Fwww.silisoftware.com%2Fimages%2FSiliSoft.gif&w=100&hash=b2bc9058bc70a3f7aae22d7e254cf426 (need to add www.silisoftware.com to allowed external hosts) 3. http://phpthumb.sourceforge.net/demo/phpThumb.php?src=images%2FphpThumb.com.pdf&w=300&hash=12bebb8478b2cabd033456f229f89de3 (file missing http://phpthumb.sourceforge.net/demo/images/phpThumb.com.pdf)
``` php function FixedAspectRatio() { // optional fixed-dimension images (regardless of aspect ratio) if (!$this->far) { // do nothing return true; } if (!$this->w || !$this->h) { return false; }...
One of the reasons I'm considering using phpThumb is to help with page load performance. We've been scaling down larger images into thumbnail-sized dimensions. phpThumb is most certainly reducing the...
My understanding is if $PHPTHUMB_CONFIG['cache_default_only_suffix'] is not empty, then only the config defaults ($PHPTHUMB_DEFAULTS) other than 'src' are used and the all other $_GET parameters are ignored. So the following...
Hi, We use phpthumb 1.7.18-202201121135. Yesterday I noticed that images no longer appear on a site from our portfolio. We quickly discovered this error in the php error log from...
PHP Version 8.1.13 warning ~ `[] PHP Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in /.../phpthumb/phpthumb.class.php on line 1990`
Hi, I've beginning to see similar error messages 2-3 months ago. Since, I see some each and every day. I updated to the latest phpthumb version but it's not fixed....
Hi James; thanks for the for the great script , I had use it some years ego. I downloaded the latest version from https://github.com/JamesHeinrich/phpThumb . I think the last version...