PHPThumb icon indicating copy to clipboard operation
PHPThumb copied to clipboard

PHP Thumbnail & Image Manipulation Library

Results 65 PHPThumb issues
Sort by recently updated
recently updated
newest added

Fatal error: Class 'PhpThumb' not found in /PhpThump/thumb_plugins/gd_reflection.inc.php on line 179 OS: Ubuntu PHP 5.4.9

Hi, is the imagemagick implementation planned ? It would be very usefull ! Thanks in advance for reading.

Fatal error: Uncaught exception 'RuntimeException' with message 'File not writeable: /Users/markhuot/Sites/PHPThumb/cache/a51d3bcb667b4f2b9e32b3054aca6dcd' in /home/.../PHPThumb/GdThumb.inc.php:1057 Stack trace: #0 /home/.../PHPThumb/PHPThumb.php(65): GdThumb->save('/Users/markhuot...') #1 {main} thrown in /home/.../PHPThumb/GdThumb.inc.php on line 1057 I mean, warn users...

The README on the 2.0 branch needs an update so that its ready to be the face of the project - i.e. dev-master.

up for grabs

The wiki needs an over-haul to make the docs consistent with the 2.0 API.

up for grabs

The API still needs some small changes to make it a little more friendly to use, especially the method of attaching and calling plugins. When I redesigned the plugin API,...

Hello guys, I'd like to know if it's possible to use a bicubic, sharp bicubic, bilinear, or any type of resampling with the adaptative resizing function. If it's possible, how...

This is in addition to another issue about this not working with a file stream. In the same function, this should be updated to use the proper transparent color, 127....

I found a problem this lib has with Mac OS: when a .DS file is on the server plugin directory, it gives "Headers already sent" fatal error. There are many...

GdThumb.inc.php line 666: ``` switch ($format) { case 'GIF': imagegif($this->oldImage, $fileName); break; case 'JPG': if (file_exists($fileName)) { $input =$this->oldImage; list($width, $height) = getimagesize($fileName); $output = imagecreatetruecolor($width, $height); $white = imagecolorallocate($output,...