| |
Trap
Registered: Jul 2010 Posts: 223 |
Ideas for KickAss Macro conversion
Hi,
I am struggling a bit here, so I was wondering how you guys would go about doing this.
In Kickass I want to import a GIF file into a charset. No problem under normal circumstances, but this is half width as it is supposed to be converted into normal multicolor.
My thought was to use the GetPixel function, but it just seems so cumbersome to me - like I'm missing an easier way to get it done.
Here's to hoping to learn something new :) Thanks guys.
br
Trap |
|
| |
Trap
Registered: Jul 2010 Posts: 223 |
Must be the hangover from yesterday - I got it :D |
| |
Cruzer
Registered: Dec 2001 Posts: 1048 |
Yes, getPixel() would be my suggestion too. Or double the width of the image. Did you come up with something smarter? |
| |
TWW
Registered: Jul 2009 Posts: 545 |
Stretching the image would allow you to use the simplified getMulticolorByte(x,y)assuming your font uses only 3 colors + bg. |
| |
Trap
Registered: Jul 2010 Posts: 223 |
Yeah, that's exactly what I did. Stretched the graphics :) |