phpThumb
phpThumb copied to clipboard
phpThumb() - The PHP thumbnail generator
I'm processing some logo files which are flat colours. If I convert them to PNG the files are always PNG-24 but ideally they should be PNG-8 as output files would...
Images are broken on initial page load of new image until a page refresh is done. Only happens on php 8.1 not on 8.0 I have tried this test on...
Hi, we where hacked today through the thumbnailer. I just wanted to share details on this one and giving feedback how we blocked this stuff out of our system. I'm...
if i add zc=T or anything other options its not working . it seems it crop from center always i am using PHP Version 7.2.19 how can i fix this...
I am using a page that I have used in the past (this is the site of an art organization and they have various shows that repeat each year; this...
Hi, I'm unable to keep GIFs animated after compressing them although ImageMagick is already installed. Here is what I'm doing: ``` $phpThumb->resetObject(); $phpThumb->setSourceData(file_get_contents('mydir/'.date('Y',$up_ts).'/'.date('m',$up_ts).'/'.$up_old_name)); $output_filename = 'mydir/'.date('Y',$up_ts).'/'.date('m',$up_ts).'/'.$up_new_name; $phpThumb->setParameter('q', $img_quality); if($phpThumb->GenerateThumbnail()) {...
I am working on creating thumbnail on S3 server. The old version PHP 5.6 is working fine. But this new version on PHP 7.4 not working.
Hello, first of all, thank you for your good work! The issue on my installation (PHP 8): For several months, an error of unknown origin has occurred from time to...
I am using phpThumb. I don't know the exact version, it's an old site. But the phpThumbConfigFileVersion is 1.7.15 This is the original image: https://www.kapartments.net/files/actual_images/dsc07639-00072.jpg And this is the phpThumb...
[v1.7.16] Dear all, if someone got error **fopen(): SSL operation failed with code 1. OpenSSL Error messages** and ssl use let's encrypt and domain can viewed normally, but still got...