source:
trunk/JPGPROC/source/gbmsrc/gbmscale.h@
2
Last change on this file since 2 was 2, checked in by , 8 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
1 | /* |
2 | |
3 | gbmscale.h - Interface to scaling code |
4 | |
5 | */ |
6 | |
7 | #ifndef GBMSCALE_H |
8 | #define GBMSCALE_H |
9 | |
10 | extern GBM_ERR gbm_simple_scale( |
11 | const byte *s, int sw, int sh, |
12 | byte *d, int dw, int dh, |
13 | int bpp |
14 | ); |
15 | |
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.