Questions tagged [phpthumb]

phpThumb is a PHP library used to create thumbnails from images on the fly.

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.

116 questions
0
votes
0 answers

PHPthumb not working - does not show image

I'm trying to use phpThumb to resize the images on my website, but it doesn't work. When using the following link, with the DEBUG MODE it gives the following result. Of all this what catches my attention is: ApacheLookupURIarray () -…
JonyL
  • 1
  • 2
0
votes
1 answer

Some phpThumb images come up broken

I have a page in my site that uses a MySQL database and a PHP script (phpThumb) to create small (150px-wide) images from larger images. When I ask it to display this page: https://newtonartassociation.com/membership/admin/mb_test.php some of the…
0
votes
2 answers

Config issue with phpThumb on WAMP

I'm having trouble getting phpThumb to generate thumbnails on WAMP. The problem seems to be that the path to the source image is be being constructed incorrectly, as indicated by this debug info: DEBUG phpThumb: ResolveFilenameToAbsolute()…
Nick Higgs
  • 1,712
  • 1
  • 18
  • 21
0
votes
1 answer

PHP: Adding echo contents inside an other

I am using one php echo to add a meta tag og:image as follows: 1 echo ""; and echos this image url:…
Mike
  • 2,051
  • 4
  • 28
  • 46
0
votes
1 answer

phpthumb - disable output

$phpThumb->GenerateThumbnail() or $phpThumb->RenderToFile() create a output with header information and the thumbnail. How can i disable it? I need to store the thumbnail without a return of the thumbnail on the harddisk. Here is my code: …
poldixd
  • 1,103
  • 2
  • 13
  • 27
0
votes
1 answer

Generating a Thumbnail by the API

By default, phpThumb generates a thumb the first time it is requested. I need to generate it immediately after the image is uploaded to save time when it is requested. I understand that Line 549 of phpThumb.class.php is the focal point of the…
relisys
  • 41
  • 1
  • 7
0
votes
1 answer

How do I get phpThumb to recognize and use ImageMagick installation?

I have phpThumb and ImageMagick installed on my server. The phpThumb configuration analyzer shows green for most items, but it says "ImageMagick not found" in orange. I am pretty sure that ImageMagick is installed and working, as the imagick section…
0
votes
1 answer

phpThumb plugin and database images' querystrings

i'm new to the phpthumb plugin and searched stackoverflow for similar questions without success a standard phpthumb request should be like this What if my image is coming from…
0
votes
1 answer

Could not determine format of remote image

I am trying to resize a local image through phpthumb library and it is giving following exception for specific image: Exception Object ( [message:protected] => Could not determine format of remote image:…
0
votes
3 answers

phpthumb works in development machine ubuntu NOT on server ubuntu

I am cross-posting in http://support.silisoftware.com/phpBB3/viewtopic.php?f=2&t=255&p=806 but i will update both sides if an answer comes through. i use capistrano to deploy to my server. so there is symlink involved. both development machine and…
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
0
votes
1 answer

phpThumb IE Problem

Hi I have a theme on wordpress using phpThumb. And some images are not shown in IE7. It seems a problem with png transparency... What to do? Is there a parameter to pass to the script so that it will remove transparency and show pic even with less…
MR.GEWA
  • 833
  • 1
  • 15
  • 37
0
votes
1 answer

phpthumb access images from multiple tables in db

I am able to retrieve images from a single table without problem, but I'm not sure how it can work if I have images in different tables. Say I have two tables (images and category) which can contain images images category …
aland
  • 1,824
  • 2
  • 26
  • 43
0
votes
1 answer

Off-server thumbnailing is not allowed phpthumb cakephp

I am working on cakephp based project Making thumbnails using phpThumb plugin need to create thumbnail of an external image link phpThumb is generating thumbnail from this server http://watermark.propspace.com but not from this…
Owais Aslam
  • 1,577
  • 1
  • 17
  • 39
0
votes
2 answers

phpThumbOf or pThumb for PDF thumbnails in Modx

I'm using phpThumbOf on my site to generate resized images on my modx site. Now I tried to do a download area where I want to show some thumbnails of PDFs, but its not generating them. When I try to use pThumb, it returns the sourcefile path. I…
Thomas Venturini
  • 3,500
  • 4
  • 34
  • 43
0
votes
1 answer

phpThumb to return HTTP error instead of ugly error image

We are using phpThumb to resize images, create thumbnails from the original version stored in a DB We are using a CDN so that thumbnails are cached and we only pay the image processing once per image and per different size. This works pretty well.…
webgr
  • 494
  • 7
  • 14