I am writing some kind of card software for my smartphone and have encountered a problem because of which I do not want to load all the (large) image files into memory when only a part is displayed.
Is there a way to read only the subsection (visible part) of a large image, given that you know the offsets and widths of x and y? I know that perhaps this is possible by reading the file byte at a time, but I'm not sure how to do this.
Thanks Nico
Nico
source
share