Does any of your use php thumb?... if yes how do you save the converted image permanently to your computer?...
Newbie here..
thanks..
how to PhpThumb ?
Moderator: General Moderators
Re: how to PhpThumb ?
I've never heard of it, however if it doesn't already save them to disk you can just find the variable that contains the finished image and use file_put_contents() function to save it to disk.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to PhpThumb ?
phpThumb() in its basic mode does not save an image on the server. It reads a file or database record, generates a thumbnail image, and sends it to the browser. It can cache thumbnails. The cached images are saved to disk.
(#10850)
- Skoalbasher
- Forum Contributor
- Posts: 147
- Joined: Thu Feb 07, 2008 8:09 pm
Re: how to PhpThumb ?
This is something interesting i'd like to see. Shoot me a link if you find something else out.