Anybody know of a way to double a bitmap

That is take a bitmap and replicate the image.

like if the bitmap is :BLAH

the new one is :BLAHBLAH

I'm not talking programming i'm talking using mspaint or any other program

Thanx
:alright:
Posted on 2001-09-22 14:06:55 by titan
Piece of cake.
Just paste the BMP twice in the same canvas :)
Suppose you have the BMP in the clipboard.
Open a new canvas, (BIG ENOUGH) then paste the BMP once, position it and paste again!

Any program will do it, but if you're serious about grphx then get Photoshop.



Lattttttttt
Posted on 2001-09-22 16:46:35 by latigo
Here's how I would do it (I'm a mspaint fanatic):

Open up mspaint.exe, hit Ctrl-e, enter 5x5 for size, hit enter. Hit Ctrl-v, enter, Ctrl-e, update the width to twice the size, hit enter. Then Ctrl-PgDn, scroll to far right, hit Ctrl-v.
Posted on 2001-09-22 22:10:32 by eet_1024
I've used Latigos idea with success

Gotta try yours too eet since i kinda been using paint a lot to size my bitmaps.

Thanx guys

:alright:
Posted on 2001-09-23 22:02:04 by titan