Hi,
I have a 40MB jpg detailed map graphic file, and need to write an app which can bring up sections of the map at any given time. Delphi 2005.
I need to know if there is a way to load a chunk of the file into a timage or other component without reading the entire file. i.e. dimensions are 12236x17559. would like to load 1000,1000 to 3000,3000.
As it is i cant even load the map in IDE due to size, so short of breaking it down into pieces, i am not sure what to do.
Thanks
Jared
I have a 40MB jpg detailed map graphic file, and need to write an app which can bring up sections of the map at any given time. Delphi 2005.
I need to know if there is a way to load a chunk of the file into a timage or other component without reading the entire file. i.e. dimensions are 12236x17559. would like to load 1000,1000 to 3000,3000.
As it is i cant even load the map in IDE due to size, so short of breaking it down into pieces, i am not sure what to do.
Thanks
Jared