Searched refs:PBM (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_pnm.c | 119 enum { PBM, PGM, PPM, PAM } kind; in IMG_LoadPNM_RW() enumerator 142 if(kind != PBM) { in IMG_LoadPNM_RW() 175 } else if(kind == PBM) { in IMG_LoadPNM_RW() 192 if(kind == PBM) { in IMG_LoadPNM_RW() 213 Uint8 *dst = (kind == PBM) ? buf : row; in IMG_LoadPNM_RW() 216 if(kind == PBM) { in IMG_LoadPNM_RW()
|
A D | README.txt | 8 This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG,
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | CHANGES.txt | 2 pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
A D | LICENSE.txt | 2 pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/ |
A D | pngusr.dfa | 17 # These 2 options are required if you need to read PBM (P1 or P4) files.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 4482 * tools/ppm2tiff.c: Added support for PBM files as per bug
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 4572 P4 PBM files).
|
Completed in 18 milliseconds