Monochrome BitMap Library

Posted by Asad Jibran Ahmed on Stack Overflow See other posts from Stack Overflow or by Asad Jibran Ahmed
Published on 2010-05-24T19:48:28Z Indexed on 2010/05/24 19:51 UTC
Read the original article Hit count: 240

Filed under:
|
|
|
|

I am trying to create a piece of software that can be used to create VERY large (10000x10000) sized bitmaps. All I need is something that can work in monochrome, since the required output is a matrix containing details of black and white pixels in the bitmap. The closest thing I can think of is a font editor, but the size is a problem.

Is there any library out there that I can use to create the software, or will I have to write the whole thing from the start?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c