tedd wrote:
Sameer said:

To get the thumbnails you must rewrite the resized file to some place (if you want real thumbnail image).


No, that's not correct. You can take an image from a db, create a thumbnail while it is in memory and display it. You don't need to make it a file first.
That *is* correct. You must rewrite the resized file to some place and that place can be /dev/foo (memory or disk). I did not say you must write it to /disk/.

Sameer N. Ingole

I don't want to argue semantics of what is a file, nor diction, but if that is what you meant, then what *is* clear is that your statement wasn't.

tedd

--
--------------------------------------------------------------------------------
http://sperling.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to