how to create a bmp/png of an exact size ?

  • Thread starter Thread starter John A Grandy
  • Start date Start date
J

John A Grandy

What tool do I use and how do I create a bmp/png of an exact size ( m x n
pixels ) ?
 
John A Grandy said:
What tool do I use and how do I create a bmp/png of an exact size ( m x n
pixels ) ?

Check out the 'Bitmap' class' constructors. You can later save the bitmap
to a file by calling the 'Bitmap' object's 'Save' method.
 
Back
Top