Writing image data to the disk as fast as possible – Photoshop
I am writing an application that generates a huge amount of images. Each frame is 1280x800 pixels large and has 1 byte per pixel for color information (greyscale). Each of the frames must be written to disk. Currently I simply…