I am trying to reduce load times and memory by loading only part of an image instead of the entire image. This can be a segment from any coordinate on the image.
Assuming I have an image of 100MB, I would like to load 1 corner of the image (so around 25MB), thus saving ~75MB.
I have tried out JPEG2000.Net which claims to load only part of an image but after testing it seems to still use a lot of memory (never less than the original image).
The image format is not an issue. I would prefer to retain the original quality of the image as much as possible.