Lines Matching refs:phpThumb

2 //   phpThumb() by James Heinrich <info@silisoftware.com>       //
4 // and/or https://github.com/JamesHeinrich/phpThumb //
7 // Frequently Asked Questions (FAQ) about phpThumb() //
19 https://github.com/JamesHeinrich/phpThumb
25 Q: phpThumb doesn't work as expected, and it may be a server
34 In general, if you just want to call phpThumb.php in the
35 standard <img src="phpThumb.php?src=pic.jpg&w=100"> manner
39 If you're calling phpThumb() as an object then you will
42 No matter if you use phpThumb() commercially or not, no
62 thumbnail (Photoshop for example) which phpThumb can use as an
69 A: The problem is that phpThumb.php returns an image -- there is no
79 $url = 'phpThumb.php?src='.$pic.'&w='.$max_w.'&h='.$max_h;
88 See /demo/phpThumb.demo.object.php for an example.
91 Q: I'm trying to save a phpThumb-generated image in Internet
93 A: This is not phpThumb's fault, it is an IE issue:
111 configured in phpThumb.config.php (introduced in v1.6.0):
122 Q: Should I use phpThumb.php, or use phpThumb() as an object?
123 A: phpThumb.php is easier to use (less coding) for basic uses.
124 phpThumb.php handles all caching; your own object will need
126 thumbnailed version of an existing image, use phpThumb.php
129 use for the object mode. Also, phpThumb.config.php is only
130 used by phpThumb.php, so if you instantiate your own object
132 phpThumb.config.php has NO effect. So, to repeat:
133 **always use phpThumb.php unless you NEED to have an object**
149 Q: Are there any front-end GUI interfaces to phpThumb()?
153 Q: Are there / have there been any security issues in phpThumb?
157 Q: Why can't Flash work with images output from phpThumb()?
168 PHP memory, so phpThumb is simply extracting and using the
179 phpThumb as an object and call RenderToFile() to save the
181 See /demo/phpThumb.demo.object.php for an example.
184 and does not work in phpThumb v1.7.5 and newer.
188 A: By default, phpThumb() only makes thumbnails for the same
191 (in phpThumb.config.php) like this:
202 phpThumb.config.php You'll want to set
208 (see the example at the bottom of phpThumb.config.php
212 Q: Is there a way to use phpThumb() object to create thumbnails
215 A: There is a demo in /demo/phpThumb.demo.object.php. You could
218 phpThumb.php or your own instantiation of a phpThumb() object.
220 into phpThumb.config.php as possible under $PHPTHUMB_DEFAULTS,
225 provided at the bottom of phpThumb.config.php). If you don't
228 phpThumb/PHP has read access to the directory). The other
231 parameters in phpThumb.config.php to pull your source images
233 images except through phpThumb.php, and if high_security is
237 phpThumb.php if possible -- one notable issue is that
238 phpThumb.php handles all the caching, so you're on your own
244 A: See /demo/phpThumb.demo.object.php Basically you need to call
249 Q: phpThumb runs slowly, as if the images aren't cached, when I use HTTP source
267 A: phpThumb fits the rotated image into the 'w' and 'h' dimensions.
268 Try not specifying a 'w' parameter: phpThumb.php?src=file.png&ra=15
273 Q: phpThumb.demo.check.php says Safe Mode is off for Master but on for Local,
282 A: You can either let phpThumb's built-in cache purging features (see phpThumb.config.php)
297 A: Yes, it is safe to delete any cache files and/or directories. phpThumb will
299 settings in phpThumb.config.php for automatic cache purging.
302 Q: How can I find the filename that phpThumb.php will use to
308 easier and better to call phpThumb as an object and handle
309 your own caching. See /demo/phpThumb.demo.object.simple.php
320 parameter of phpThumb to specify which page to thumbnail.
346 A: Yes, you should be able to use phpThumb like that no problem.
354 /phpThumb.php?src=http%3A%2F%2Fsourceforge.net%2Fsflogo.php%3Fgroup_id%3D106407%26type%3D5&w=100
357 Q: phpThumb is the best software in the world, how can I donate?
365 A: The official name is "phpThumb()" but it may be written
366 as simply "phpThumb" in short form (or where parentheses