Skip to content

paulkazusek/cpp-simple-bitmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-graphic-creator

This now assumes an another c++ class for reading and writing bitmap image.

TODO

  • Read and Write of Bitmap Image
  • 24-bit and 32-bit Format Support

Examples

Create Bitmap

const uint32_t width = 1280;
const uint32_t height = 720;

Bitmap image( width, height, PixelFormat::Bgra32 );

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published