/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | CMakeLists.txt | 112 images/logluv-3c-16b.tiff 117 images/palette-1c-1b.tiff 118 images/palette-1c-4b.tiff 120 images/rgb-3c-16b.tiff 121 images/rgb-3c-8b.tiff 126 images/palette-1c-8b.bmp 127 images/rgb-3c-8b.bmp) 135 images/rgb-3c-8b.ppm) 145 images/rgb-3c-8b.tiff) 151 images/README.txt [all …]
|
A D | Makefile.am | 150 images/logluv-3c-16b.tiff \ 155 images/palette-1c-1b.tiff \ 156 images/palette-1c-4b.tiff \ 157 images/palette-1c-8b.tiff \ 158 images/rgb-3c-16b.tiff \ 159 images/rgb-3c-8b.tiff \ 160 images/quad-tile.jpg.tiff \ 161 images/quad-lzw-compat.tiff 164 images/minisblack-1c-8b.pgm \ 166 images/rgb-3c-8b.ppm [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngsuite/ |
A D | README | 5 Two images (ftbbn0g01.png and ftbbn0g02.png) are by Glenn Randers-Pehrson, 2012 7 Permission to use, copy, modify, and distribute these images for any 10 The 15 "bas*.png" images are part of the much larger PngSuite test-set of 11 images, available for developers of PNG supporting software. The 13 a variety of images to test interlacing, gamma settings, ancillary 16 The "ft*.png" images are "free/libre" replacements for the transparent 17 corresponding t*.png images in the PngSuite. 19 The "i*.png" images are the same images, but interlaced. 21 The images in this directory represent the basic PNG color-types: 23 (1-8 bit) and grayscale or color images with alpha channel. You
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | CHANGES.txt | 44 * Added libpng save support for much smaller 8-bit images 72 * Fixed bug setting colorkey for indexed PNG images 74 * Added support for alpha and lossless WEBP images 86 * Fixed loading 8-bit PNG images on Mac OS X 96 * Fixed loading HAM6 images with stencil mask 98 * Fixed bug loading 15 and 16 bit BMP images 102 * Fixed bug loading multiple images 132 * Fixed loading of TIFF images using libtiff 3.6 147 * Added support for XV thumbnail images 159 * Fixed crash loading certain PCX images [all …]
|
A D | configure.in | 132 AC_ARG_ENABLE([gif], [AC_HELP_STRING([--enable-gif], [support loading GIF images [default=yes]])], 134 AC_ARG_ENABLE([jpg], [AC_HELP_STRING([--enable-jpg], [support loading JPG images [default=yes]])], 138 AC_ARG_ENABLE([lbm], [AC_HELP_STRING([--enable-lbm], [support loading LBM images [default=yes]])], 140 AC_ARG_ENABLE([pcx], [AC_HELP_STRING([--enable-pcx], [support loading PCX images [default=yes]])], 142 AC_ARG_ENABLE([png], [AC_HELP_STRING([--enable-png], [support loading PNG images [default=yes]])], 146 AC_ARG_ENABLE([pnm], [AC_HELP_STRING([--enable-pnm], [support loading PNM images [default=yes]])], 148 AC_ARG_ENABLE([svg], [AC_HELP_STRING([--enable-svg], [support loading SVG images [default=yes]])], 150 AC_ARG_ENABLE([tga], [AC_HELP_STRING([--enable-tga], [support loading TGA images [default=yes]])], 156 AC_ARG_ENABLE([xcf], [AC_HELP_STRING([--enable-xcf], [support loading XCF images [default=yes]])], 158 AC_ARG_ENABLE([xpm], [AC_HELP_STRING([--enable-xpm], [support loading XPM images [default=yes]])], [all …]
|
A D | SDL2_image.spec | 21 This is a simple library to load images of various formats as SDL surfaces. 31 This is a simple library to load images of various formats as SDL surfaces.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | anim_diff.c | 220 AnimatedImage images[2]; in main() local 290 memset(images, 0, sizeof(images)); in main() 293 if (!ReadAnimatedImage(files[i], &images[i], dump_frames, dump_folder)) { in main() 299 MinimizeAnimationFrames(&images[i], max_diff); in main() 303 if (!CompareAnimatedImagePair(&images[0], &images[1], in main() 314 ClearAnimatedImage(&images[0]); in main() 315 ClearAnimatedImage(&images[1]); in main()
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 15 (2) User needs to select target chip before download or encrypt images. 16 …(3) DataGridView is used to show images to be downloaded. The maximum number of images is not limi… 29 (3) Fix checksum error in case of RSIP enable when download images to Ameba-D. 31 (2) Fix checksum error in case of RSIP enable when download images to Ameba-Z. 37 20181226 v2.2.12 (1) Modify default download images to fit new memory layout.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 15 (2) User needs to select target chip before download or encrypt images. 16 …(3) DataGridView is used to show images to be downloaded. The maximum number of images is not limi… 29 (3) Fix checksum error in case of RSIP enable when download images to Ameba-D. 31 (2) Fix checksum error in case of RSIP enable when download images to Ameba-Z. 37 20181226 v2.2.12 (1) Modify default download images to fit new memory layout.
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasImageCodec.cpp | 55 int ImageCodecImgReadMulti(void* instance, ImageBuffer_t **images, char * filename) in ImageCodecImgReadMulti() argument 65 int ret = mIHaasImageCodec->ImgReadMulti(images, filename); in ImageCodecImgReadMulti() 89 int ImageCodecImgWriteMulti(void* instance, ImageBuffer_t **images, char * filename) in ImageCodecImgWriteMulti() argument 99 int ret = mIHaasImageCodec->ImgWriteMulti(images, filename); in ImageCodecImgWriteMulti()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/include/ |
A D | WrapperIHaasImageCodec.h | 42 int ImageCodecImgReadMulti(void* instance, ImageBuffer_t **images, char * filename); 44 int ImageCodecImgWriteMulti(void* instance, ImageBuffer_t **images, char * filename);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | muxinternal.c | 404 int MuxHasAlpha(const WebPMuxImage* images) { in MuxHasAlpha() argument 405 while (images != NULL) { in MuxHasAlpha() 406 if (images->has_alpha_) return 1; in MuxHasAlpha() 407 images = images->next_; in MuxHasAlpha() 505 const WebPMuxImage* images = mux->images_; in MuxValidate() local 507 if (images == NULL || images->next_ != NULL) { in MuxValidate() 512 if (images->width_ != mux->canvas_width_ || in MuxValidate() 513 images->height_ != mux->canvas_height_) { in MuxValidate()
|
A D | muxedit.c | 475 const WebPMuxImage* images = NULL; in CreateVP8XChunk() local 478 images = mux->images_; // First image. in CreateVP8XChunk() 479 if (images == NULL || images->img_ == NULL || in CreateVP8XChunk() 480 images->img_->data_.bytes == NULL) { in CreateVP8XChunk() 499 if (images->header_ != NULL) { in CreateVP8XChunk() 500 if (images->header_->tag_ == kChunks[IDX_ANMF].tag) { in CreateVP8XChunk() 505 if (MuxImageCount(images, WEBP_CHUNK_ALPHA) > 0) { in CreateVP8XChunk() 532 if (MuxHasAlpha(images)) { in CreateVP8XChunk()
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/include/ |
A D | IHaasImageCodec.h | 82 virtual int ImgReadMulti(ImageBuffer_t **images, char * filename) = 0; 120 virtual int ImgWriteMulti(ImageBuffer_t **images, char * filename) = 0;
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | Makefile | 24 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -w prim 28 $(CPRE) $(PRODUCT_BIN) flash $(MK_GENERATED_IMGS_PATH)/images.zip -a
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 6 is that bilevel (B&W) bitmaps (and all other non-rgba images) are also 10 inconsequential. But for bilevel images, I overrode the get() and put() 13 would be nice if there were a simple way to handle all palletized images,
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandmouse.c | 212 data->buffer = WAYLAND_wl_cursor_image_get_buffer(wlcursor->images[0]); in CreateCursorFromWlCursor() 215 data->hot_x = wlcursor->images[0]->hotspot_x; in CreateCursorFromWlCursor() 216 data->hot_y = wlcursor->images[0]->hotspot_y; in CreateCursorFromWlCursor() 217 data->w = wlcursor->images[0]->width; in CreateCursorFromWlCursor() 218 data->h = wlcursor->images[0]->height; in CreateCursorFromWlCursor()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/ |
A D | Makefile.am | 35 images.html \ 93 SUBDIRS = images man subdir
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngsuite/interlaced/ |
A D | README | 2 These images fail the "pngimage-quick" and "pngimage-full" tests.
|
/AliOS-Things-master/components/SDL2/src/image/debian/ |
A D | control | 27 This is a simple library to load images of various formats as SDL surfaces. 42 This is a simple library to load images of various formats as SDL surfaces.
|