Hi everyone,
We had a discussion about GetImage.ashx how it works and how it manages to parce images.
When it parses an image - does it create a "thumbnail" image automatically, so it does not needs to parse it again, but just return it at once.
Or 2) It parses "on the fly" and works more like a "filter". And does Not make any phisical copy, or thumbnail version of the image.
/Dmitrij