Quote:
Originally Posted by selowitch
BTW, a bit of tangent: I like to put the /images/ and /thumbnails/ directories on the same level, so that my code can infer the location o…
I have a script that uses GD to pull it off. And I use multiviews to pass variables to the script. So I don't actually have an images directory, but rather images.php which handl…
A lot of content management systems use a form for uploading an image that calls the creation of thumbnails. You could also simply have an administrative page with a call to search…
I'll throw in a vote for ImageMagick (convert). its on most servers and is easy to call from php. this is especially useful if you are not the one uploading images but have say a c…
I actually have a image asset management system that I wrote, The best on the fly thumbnailer is by far phpthumb. you can apply it directly in your code, have images resized, water…
What I suppose I'm still unclear on is when does all of this occur? Does it happen every time an image is uploaded? If so, how is it triggered? Or, is it done occasionally—e.g., wh…
If your form is handled by a php script, you'd need something in that script to handle the images that are passed with the form data. The image is passed in its own $_FILES array.…
This might serve as an example -- http://minigal.dk/
This is a little php script. You upload full-size images to a folder and the script presents them as a webpage. It's really pr…
Quote:
Originally Posted by tomrock
Maybe you could look at their code and see how they build the thumbnails?
I'm sure I could. But I prefer to work backwards, starting with …
You could write a script called thumb.php.
So a request for thumb.php?file=mypic.jpg will serve up mypic.jpg in thumbnail form. You can take that a step further too. You can use…
Hi there. I got Sims 2 finally and was very excited.. until I saw how unplayably awful its performace is. I have a G4 Powermac MDD Dual 1.42GHz w/2GB Memory. I was wondering if upg…
Your video card makes a HUGE difference in the performace of the Sims 2. ATi just released a new card that works on both the PC and Mac - the ATi 9600 PC & Mac edition, I belie…
Thanks. I am about to get the Ati 9600 for $199, but now I have a new question. I have the older, clear (ADC I think) Display. The 17" LCD Apple Monitor. Will this card work with i…
Bit of a side question, is there a possiblity to get a better mobile video card for my iBook G4? Maybe I could order it through a Apple store... just wondering... thanks.
Quote:
Originally Posted by Flip500
Bit of a side question, is there a possiblity to get a better mobile video card for my iBook G4? Maybe I could order it through a Apple store…
Quote:
Originally Posted by mikemako
Thanks. I am about to get the Ati 9600 for $199, but now I have a new question. I have the older, clear (ADC I think) Display. The 17" LCD A…