Hello,
As I mentioned in an earlier post, I am working on some software to print very long bitmaps to a DesignJey plotter. In some cases the bitmaps we want to print will be about 550 inches long. The bitmap needs to be continuous so this poses a big problem. How on earth am I gonna print a bitmap that long when I cant even read it into memory. Just for the record the actual bitmap size is...
Width: 2400 (300dpi x 8 inches)
Height: 165000 (300dpi x 550 inches)
Size: 396,000,000 bytes (396meg!)
Any advice would be greatly apreciated!
------------------
Cheers
As I mentioned in an earlier post, I am working on some software to print very long bitmaps to a DesignJey plotter. In some cases the bitmaps we want to print will be about 550 inches long. The bitmap needs to be continuous so this poses a big problem. How on earth am I gonna print a bitmap that long when I cant even read it into memory. Just for the record the actual bitmap size is...
Width: 2400 (300dpi x 8 inches)
Height: 165000 (300dpi x 550 inches)
Size: 396,000,000 bytes (396meg!)
Any advice would be greatly apreciated!
------------------
Cheers
Comment