|
-
Oct 22nd, 2002, 05:08 PM
#1
Thread Starter
Fanatic Member
Array of Pictures *resolved*
hey,
i have an array of 50 32x16 stdPictures and i want to save them in a 32x800 bitmap file so they are arranged in a column one above the other. How can i do this?
thanx
Last edited by Illspirit; Oct 26th, 2002 at 08:28 AM.
-
Oct 22nd, 2002, 06:08 PM
#2
I wonder how many charact
Create a Device Context with the 32x800 size...
Use BltBit to blit each picture into its respective place in the new DC...
-
Oct 23rd, 2002, 01:49 PM
#3
Thread Starter
Fanatic Member
thanx...
how do i save an offscreen DC to a bmp file?
-
Oct 23rd, 2002, 03:50 PM
#4
Thread Starter
Fanatic Member
-
Oct 23rd, 2002, 05:25 PM
#5
Addicted Member
What would be wrong with an offscreen picturebox which you can BitBlt to? Then you do
Set picBox.Picture = picBox.Image
SavePicture picBox.Picture, "blah.bmp"
-
Oct 26th, 2002, 08:08 AM
#6
Thread Starter
Fanatic Member
ok, i created a load of offscreen DCs and used bitblt.. thanx
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
|
Click Here to Expand Forum to Full Width
|