|
-
Feb 2nd, 2001, 04:07 PM
#1
Thread Starter
Fanatic Member
Hi, Guys.
I have a little question.
I have 40 ICO pictures, 20 Masks and 20 Sprites.
I want to put them in one BMP file.
I copy everyone of them, make a big BMP file, but
when I want to BitBlt from there the pixels are a
little wrong. for example:
I have a BMP file with One mask (0,0) and one
sprite (0,48) every picture is 48x48.
when I do BitBlt for the sprite I need to write
BitBlt pic1.hdc,0,0,48,48,pic2.hdc,0,49,vbsrcand
beside writeing
BitBlt pic1.hdc,0,0,48,48,pic2.hdc,0,48,vbsrcand
Or something like that...
I don't know, maybe you have another way to
put all 40 pictures in one file?
Any idea?
Tell me about your resources of masks and sprites.
Thank you,
Arie.
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
|