ID:169179
![]() Jul 21 2005, 6:16 pm
|
|
After hours of painful work of trying to enlarge an icon by scale factor of 2 (in other words, stretching the icon so that it's double its size) all I've managed to achieve is being able to stretch the icon, by scale factor of 2, either vertically or horizontally. So my question; what is needed to make a single pixel be double its size?
|
That effectively would give this wouldn't it?
O CO Where C is the original pixel/line and O is the copied version just shifted. |
No I'm not trying to edit/make icons. I'm trying to achieve this:
Icon Scaling by OneFishDown I just need to know, what makes a pixel look doubled. |
If it helps then here's my way of scaling you by a factor of 2 horizontally.
mob/verb/ScaleHorizontally() While on this subject by the way, I was wondering why it stops working after py = 16? |
Maybe graphics will help?
The one on the left is the original. The one on the right is a doubled version of it. You'll notice that it isn't really doubled because it hasn't been enlarged upwards but only to the right. So using this, can someone answer my question? |
-Ryan