-
saving bitmaps in other than 72dpi
[Originally posted by Larry]
It's easy to save a bitmap using the SavePicture statement.ÿ Unfortunately, the documentation on the SavePicture statement is not correct.ÿ Documentation states that if you load a picture, SavePicture will save it in its original format.
This doesn't appear to be the case.
I load a 300dpi bitmap file into a PictureBox on a Form, then draw a number of lines and text in the PictureBox bitmap.ÿ When I use the SavePicture statement to write it back to disk, the bitmap file format has been changed to 72dpi.
Any way to insure that the bitmap resolution stays at 300dpi?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|