I ingeras Certified Guru Joined Mar 4, 2004 Messages 388 Location Europe Website www.gp32linux.com Jul 5, 2004 #1 hi does anyone know a good algo / lib / tutorail for shrinking images ??? thanks
S stickofjoy Active Member Joined Mar 14, 2003 Messages 542 Age 48 Jul 5, 2004 #2 Is this for your Flash port? If so surely you'd only want to scale coords of the vectors? if it's not, then do you want to do nearest neighbour/pixel resize or some sort of filtered (bilinear/bicubic) resizing of a bitmap?
Is this for your Flash port? If so surely you'd only want to scale coords of the vectors? if it's not, then do you want to do nearest neighbour/pixel resize or some sort of filtered (bilinear/bicubic) resizing of a bitmap?
I ingeras Certified Guru Joined Mar 4, 2004 Messages 388 Location Europe Website www.gp32linux.com Jul 5, 2004 #3 stickofjoy posted on Jul 5 2004 at 06:45 PM said: Is this for your Flash port? If so surely you'd only want to scale coords of the vectors? if it's not, then do you want to do nearest neighbour/pixel resize or some sort of filtered (bilinear/bicubic) resizing of a bitmap? Click to expand... well it was for it but i succeded [ a nasty bug still remains .. ] but it s good to know just in case, e.g. to make a png viewer with cool zoom feature for my mangas [ and something like fit to screen ] in found this http://www.compuphase.com/graphic/scale2.htm Last edited by a moderator: Feb 2, 2016
stickofjoy posted on Jul 5 2004 at 06:45 PM said: Is this for your Flash port? If so surely you'd only want to scale coords of the vectors? if it's not, then do you want to do nearest neighbour/pixel resize or some sort of filtered (bilinear/bicubic) resizing of a bitmap? Click to expand... well it was for it but i succeded [ a nasty bug still remains .. ] but it s good to know just in case, e.g. to make a png viewer with cool zoom feature for my mangas [ and something like fit to screen ] in found this http://www.compuphase.com/graphic/scale2.htm