Tagged Questions
The phpthumb tag has no wiki summary.
6
votes
3answers
179 views
Regex to GENERATE thumbnails!?!?! (but that's crazy!)
So here is my situation, and the solution that I've come up with to solve the problem. I have created an application that includes TinyMCE to allow users to create HTML content for publishing. The ...
2
votes
5answers
375 views
best practice of generating thumbnail?
I am creating a social network where users upload their profile image.
This image will be used in their profile page in 150 / 150 px dimension.
In the home page i.e user Activity feed I need the ...
2
votes
1answer
322 views
Using PHPThumb and Thickbox/Colorbox
When linking to a resized image by PHPThumb to popup in a lightbox using either thickbox or colorbox, I am getting a lightbox come up with data and characters. I am guessing because thickbox does not ...
2
votes
0answers
93 views
Thumb nail form flv file
I am making a websit in which client want to show video gallery like u tube . on internet i found use of ffmpeg. i have download ffmpeg adn pest it in root directry. and create class
<?php
...
1
vote
3answers
49 views
How to use URLs that contain ampersands (&) with phpTumb?
Let's say I have the following URL: pic.php?t=1&p=23
When I try phpThumb.php?src=/pic.php?t=1&p=23, I get Forbidden parameter: p.
Anyone knows if there's a way around it?
1
vote
1answer
193 views
phpThumb shows me “usage” example even though I've supplied the correct input
phpThumb is a PHP library that converts large images to image thumbnails and caches the result. It takes such a syntax: http://domain.com/phpThumb.php?src=/images/image.jpg
However in my web ...
1
vote
0answers
398 views
clear phpThumb cache regularly with cron job
I am using phpThumb on a client website, and as it is a very image heavy application the cache gets huge quick. Today the thumbs stopped working and I had rename the cache folder, as the folder was ...
0
votes
1answer
17 views
preg_match fails after ImageMagick update
I have a problem with preg_match
$versionstring[1] = 'Version: ImageMagick 6.4.6 2010-01-20 Q8 OpenMP http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC';
...
0
votes
0answers
33 views
Get dimensions of referenced image (Wordpress Magic Fields fields plugin with phpThumb)
I'm displaying a group of thumbnails on a Wordpress site using the Magic Fields plugin
Here's the code in my template:
<?php
$client_images = get_group ('images');
foreach($client_images ...
0
votes
1answer
35 views
Phpthumb non-exisiting url redirection with .htaccess
Is it possible to redirect if the image specified at url "src=nothere" is not an actual path I need to redierct to a no-existing image or something similar. I have a problem in deciding on the regex ...
0
votes
0answers
28 views
Using phpThumb with Amazon S3
I have been using phpThumb to generate thumbnails for my media gallery ,However with the increase in the number of images i am looking to use AWS S3 to store/retrieve the created thumbnail images . I ...
0
votes
0answers
27 views
Store images on S3 with Phpthumb
Does anybody know how can i use Phpthumb with S3 . I want to store the generated thumbnail on S3. I am using Codeignter version 1.732 ,with php5
Regards Neil
0
votes
1answer
56 views
PhpThumb requires so much disk space
I am using phpthumb: http://phpthumb.sourceforge.net/
I have about 500Mb of images on my server and phpthumb creates 2 little thumbs for each image ( 100x100 300x300 ). The problem is that the ...
0
votes
0answers
125 views
.htaccess and image thumbnail generation
EDIT: Note that the .htaccess file is in the thumbs folder next to index.php
So I have a script that must work on sub domains, sub directories, root, whatever. But I have a problem in that if I ...
0
votes
1answer
119 views
Tearing eyeballs out, PHPThumb class on shared hosting is failing
UPDATE & SOLUTION: Everyone, for whoever has this problem in the future, I figured out how to solve it. If you use the PHPThumb class, you MUST import the settings from the config file, as it ...
0
votes
1answer
102 views
PDF Thumbnail shell command problem - PHP
I have a set of 1000 pdf in my server.
Now, i want to create a thumbnail for each pdf.
The PDF NAME include spaces and special characters(This is a joomla component - Docman, So i could not customize ...
0
votes
1answer
673 views
Jquery; Chrome Image Width and Height = 0 for new Image()
Im having trouble getting Chrome to recognize an Image width or height after the DOM has loaded. The Image is dynamically loaded through phpThumb script (which resizes the image). If I take away the ...
0
votes
1answer
245 views
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 ...
0
votes
1answer
79 views
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 ...
0
votes
1answer
92 views
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
<img ...
0
votes
2answers
241 views
A complete image manupulation solution in classical ASP
Does anyone have a past experience on implementing a complete image manipulation solution in classical ASP? I need a solution where a user can:
Upload an image
The uploded image is stored on the ...
0
votes
1answer
332 views
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 ...
0
votes
1answer
86 views
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 ...
0
votes
1answer
119 views
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 ...
0
votes
1answer
216 views
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 ...
0
votes
2answers
711 views
How to integrate phpThumb into a CodeIgniter application's architecture?
I'd like to use phpThumb ( http://phpthumb.sourceforge.net/ ) on my view layer to automatically size some images.
What's the recommended way to integrate phpThumb into the CodeIgniter architecture? ...
0
votes
1answer
338 views
phpThumb - change watermark size
I'm using phpThumb in a script to clean my images and add a watermark to them. We have images of very different sizes (from 100px width to 800px), so no matter what watermark image I use, it's either ...
0
votes
2answers
280 views
How to save a phpthumb output into a file?
I am trying to save PhpThumb output. As what I could find on-line was not sufficient or too complex, I would like to ask if any one knows how to it?
...
0
votes
1answer
439 views
phpThumb PDF thumbnail
I am using phpThumb to create thumbnails of PDFs uploaded to my site.
This is working for some PDFs but others produce an error that states imagemagick and or ghostscript are unavailable.
These ...
0
votes
3answers
2k views
How to generate Thumbnails with phpThumb and save it into a file?
i wan't to know how to generate thumbnails with phpThumb Class, with an array with file paths already. And then Save the result of each image on other path but with the same name.
Thank you all ;)
...
0
votes
1answer
565 views
PHPthumbFactory file not found on upload
library: http://wiki.github.com/masterexploder/PHPThumb/basic-usage
i am using the PhpThumbFactory library to crop and upload an image. the error im receiving is this:
Fatal error: Uncaught ...
0
votes
2answers
783 views
PHP script giving no such file or directory error
I'm trying to use this php thumbnail generator http://phpthumb.gxdlabs.com/ and i keep getting the error below.
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'Images/uploaded/thumbnails/' ...
0
votes
2answers
110 views
Help determining thumnail creation method
I've been exploring ideas how to create thumbnails from a user upload and store them in a directory and then use that thumbnail to display the original. I've been reading posts about phpthumb(), ...
0
votes
2answers
1k views
phpThumb cannot find ImageMagick / Imagick
I'm having a problem with phpThumb. It says in the documentation that to get the best out of it, use ImageMagick / Imagick.
I've got this installed on the Server (running Centos 5.1), and can run ...
0
votes
4answers
2k views
phpThumb cache problems
I'm using phpThumb - the PHP thumbnail generator.
'phpThumb.config.php':
$PHPTHUMB_CONFIG['cache_maxage'] = 10;
$PHPTHUMB_CONFIG['cache_maxsize'] = 1000;
$PHPTHUMB_CONFIG['cache_maxfiles'] = 10;
...
0
votes
2answers
988 views
Config problem 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:
...