jack wrote:
> Ashot Petrosian wrote:
> > Is it possible to create a solution that creates dynamic thumbnails
> > from iamges without downloading the entire image.
I really don't like to answer my own postings, but here's one more to
help You out:
As said, I'm not too familiar with JPEG, but what You can try is to
(1) find out about the technique JPEG uses for that "blurry to sharp"
transition You describe, (2) quantify the amount of data You want to
have of a given source, (3) create a script that will send an HTTP GET
request for that image (or, HTTP HEAD request which will return the
size of the file You're asking for, and only then GET it), and (4)
have this script RST'ing the connection after You got the amount of
data of that file that You need.
You will eventually end up with corrupted JPEGs, but that's not Your
interest, anyways.
And, as for how to break the HTTP transmission of that image, You will
need TCP/IP functionality all right. So this _is_ the correct NG for
this.
You knew all that before coming here, didn't You...?
Cheers, JAck.
--
----------------------------------------------------------------------
My personal reading of the string "MicroSoft" expands to "NanoWeak"...