ID:272476
![]() Jul 28 2008, 3:17 am
|
|
Ok so I have an icon that's larger than 32x32, but I've split it up into icon states. What I was wondering is if I could use something like overlays to create a multi-tiled icon, and then the Scale() proc to shrink it to 32x32 size? The reason I want to do this is so I an create dynamic preview images of multi-tiled icons, without having to go through all the work of putting the icons together and then shrinking them down.
|
Well I tried to download it, but neither of the links are working right now. Is there a way you could explain the basic strategy behind it?
|
world notes, not sure if its | or || but || seems to work for "or" |
(code download and demo)
http://www.turboupload.com/download/h425utwJvwUW/scale.zip (20 odd sec wait)
http://www.mediafire.com/?bdjn9zlw9mj (no wait)
in a zip file.
notes:
icon_from_parts(var/list/iconsin = list())
needs to be sent a list thats 4 entrys long (and have icons)
it only does basic checks on size.
eg
icon = icon_from_parts(list(new/icon('test.dmi',"topleft"),new/ icon('test.dmi',"topright"),new/ icon('test.dmi',"bottomleft"),new/ icon('test.dmi',"bottomright")))