Questions tagged [timthumb]

Timthumb is a small php script for cropping, zooming and resizing web images (jpg, png, gif).

TimThumb – PHP Image Resizer

TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.

TimThumb has seen a massive amount of use across the WordPress world, and a few months after we released it, I took over development from Tim, a friend of Darren Hoyts, who created the original script. Since I took over there have been a whole host of changes, bug fixes, and additions.

78 questions
1
vote
0 answers

htaccess timtumb issue for using subdomain url

I am newbie to htaccess. i am using timthumb for resizing the images RewriteRule ^inner-banner/(.*)\.([jpg|gif|png|JPG|GIF|PNG]+)$ timthumb.php?src=http://mydomain.com/images/banner/$1.$2&h=350&w=960&zc=0 [QSA,L] This gives me the result :…
1
vote
1 answer

Load relative path of images instead of

The timthumb function is not working after the security setting of web server is raised. Images with "http://...." in URL are blocked. I have found that was used to load the image. Original code:
Sophie
  • 13
  • 4
1
vote
2 answers

Fetch Image from mysql and resize using timthumb in php

I am using timthumb.php for resizing images . It works with local image but what if i have URL that will fetch image from MYSQL and then i want to resize that image on the fly before displaying? I tried several ways. my URL that will fetch image…
user3134221
  • 73
  • 2
  • 9
1
vote
0 answers

Changing path to folder on server

Is it possible to change this script to direct it's path to a folder?