Hi,
I’m developing a bitmap driver and I need the data rotated. Preferably I want to access the bitmap data one scan-line at a time, but vertically not horizontally.
Right now, I’m acquiring the full bitmap and doing a rotation of it before sending the data to the spooler.
What is actually needed, is the data to be sent to the spooler one band at a time as it’s processed vertically.
Is there anyway to get the driver to process scan line data in a vertical fashion instead of horizontally?
Basically rotate the image 90 degrees before processing.
Any help would be greatly appreciated.
Thanks,
Mike