Re: [Plib-users] ssgMakeMipMaps
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2004-04-22 22:37:14
|
>i would like to avoid having to resize my image to something like = 256X256. You should DEFINITELY resize it. Computer graphics hardware needs power of two. The only ways for a program to allow non-.power-of-two are a) don't use hardware accelaration b) resize it yourself, during each session Both obviously bad. Resizing it once "offline" with a good program, that can use a good algorithm since it can take a second, is a much better idea.=20 > >thanks > >john Bye bye, Wolfram. |