/AliOS-Things-master/components/SDL2/src/image/debian/ |
A D | control | 28 This library currently supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM 43 This library currently supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | SDL2_image.spec | 22 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. 32 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
|
A D | SDL2_image.spec.in | 22 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. 32 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
|
A D | IMG_pnm.c | 119 enum { PBM, PGM, PPM, PAM } kind; in IMG_LoadPNM_RW() enumerator 152 if(kind == PPM) { 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/libwebp-1.0.2/imageio/ |
A D | image_enc.h | 34 PPM, enumerator
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jconfig.vms | 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.dj | 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.mac | 32 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.manx | 32 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.sas | 34 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.wat | 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.st | 30 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.bcc | 36 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.cfg | 48 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.vc | 42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | jconfig.mc6 | 42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | filelist.txt | 155 rdppm.c PPM/PGM file input. 163 wrppm.c PPM/PGM file output.
|
A D | change.log | 204 Fix byte order issue with 16bit PPM/PGM files in rdppm.c/wrppm.c: 276 djpeg's -map switch is now able to read raw-format PPM files reliably. 385 Modify rdppm.c/wrppm.c to handle 2-byte raw PPM/PGM formats for 12-bit data.
|
A D | jconfig.txt | 142 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
|
A D | install.txt | 432 and won't even compile. (The PPM code does work, as explained below. 446 The PPM reader (rdppm.c) can read deeper than 8-bit data from either 447 text-format or binary-format PPM and PGM files. Binary-format PPM/PGM files 451 future release of PBMPLUS will support it. Note that the PPM reader will 456 The PPM writer (wrppm.c) will normally write 2-byte binary PPM or PGM 460 standard 1-byte/sample PPM or PGM file. (Yes, this means still another copy
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 218 format = PPM; in main() 332 case PPM: in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | README | 13 that reads binary PGM and PPM files (the ``raw'' grayscale and RGB subsets 182 would convert the specified PPM file (using redirection) to PNG, auto-
|