C
Chris Ashley
I am working with some very large bitmap files (1700 * 60000) and need
to split them into vertical strips. This is because GDI+ seems to load
the entire file into memory and crashes with an out of memory error.
How can I read a BMP file directly at byte level and split it into
smaller files? For example, into 1700 * 1000 strips.
to split them into vertical strips. This is because GDI+ seems to load
the entire file into memory and crashes with an out of memory error.
How can I read a BMP file directly at byte level and split it into
smaller files? For example, into 1700 * 1000 strips.