Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Image Scaling

Name: Anonymous 2012-08-22 16:07

/prog/, do you have fast and good image scaling algorithm in the form of:
void resample(uint8_t *Dst, int DstW, int DstH, uint8_t *Src, int SrcW, int SrcH);

???

Name: Anonymous 2012-08-22 18:42

>>6
first you have to convert ints to float for multiplication, then convert them back for memory addressing. float format is very different from int format, so conversion will take forever

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List