ID:165375
![]() Jan 4 2007, 5:40 am
|
|
I want to make a bmp picture an overlay but when I run it it shows up the size of an icon. how can i keep it the siz of the bmp itself
|
Overlays are icons. I'm pretty sure you can't add a .bmp as an overlay--It'll come up as a thumbnailed icon version of itself. You could probably use the pixel_x and pixel_y to spread out a bunch of overlays to make them look similar to the shape and size of the .bmp, but I don't think you'll be able to get it to work out for fairly big bitmaps--offsets only go so far. This means that you would have to convert your bitmap into a .dmi file (a bunch of 32x32 pixel squares of the bitmap :D) and work from there.
|
No it doesn't. It produces a set of icons that will look nicely together once they've been joined by an autojoining program. They don't actually join them.
|
-Digi Hero