Searched refs:Image (Results 1 – 25 of 33) sorted by relevance
12
4 Image Button (lv_imagebutton)11 The Image Button is very similar to the simple 'Button' Widget. The only25 properties are used, a rectangle will be drawn behind the Image34 Image sources40 The image sources work the same as described in the :ref:`Image Widget <lv_image>`41 except that "Symbols" are not supported by the Image button. Any of the sources can ``NULL``.60 they will be used instead when the Image Button is in that state.67 set the state of Image Buttons.76 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` Sent when Image Button's CHECKED state is toggled.77 This requires the Image Button's :cpp:enumerator:`LV_OBJ_FLAG_CHECKABLE` flag to be set.[all …]
4 Animation Image (lv_animimg)10 The animation image is similar to the normal 'Image' Widget. The only30 Image sources53 No special events are sent by Animation-Image Widgets.68 No *Keys* are processed by Animation-Image Widgets.
4 Image (lv_image)13 Using the :ref:`Image decoder interface <overview_image_decoder>`, custom image formats30 Image source88 - **Indexed**: Image has a color palette, and each pixel is an index into that palette.153 The main differences are that pure Image Widget transformations:155 - do not transform the children of the Image Widget, and199 No special events are sent by Image Widgets. By default, Image Widgets are created200 without the LV_OBJ_FLAG_CLICKABLE flag, but you can add it to make an Image Widget216 No *Keys* are processed by Image Widgets.
11 A Canvas inherits from :ref:`Image <lv_image>` and extends it, enabling the user to draw
35 - :cpp:enumerator:`LV_PART_INDICATOR` Typically an arrow symbol that can be an Image
2 Image from variable and symbol9 Image recoloring22 Image offset and styling
27 from PIL import Image30 image = Image.open(output)
11 from PIL import Image26 im = Image.open(INPUT_FILE)
2 Simple Image button
2 Simple Animation Image
32 from PIL import Image as Image unknown203 image = Image.open(IMG_PATH)317 image = Image.new('RGB', (width, height))
4 Image font
25 Free the Image
88 - Image
32 Image styles
90 with one of the built-in color formats and an external :ref:`Image decoder <overview_image_decoder>`107 The online Image converter is available here:178 Image decoder187 and attach them to LVGL via the *Image decoder* interface.415 Image post-processing502 Image caching516 be beneficial for your platform or not. Image caching may not be worth
285 :ref:`Image <lv_image>` Widgets can be opened from files as well (besides288 To use files in Image Widgets the following callbacks are required:
69 - `Image <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Image.md>`__
54 return RenderUpdateFlag::Image; in load()
173 PP(picture)->renderFlag |= RenderUpdateFlag::Image; in duplicate()
143 LottieObject::type = LottieObject::Image; in prepare()367 case LottieObject::Image: in prepare()
45 Image, enumerator
136 Image, enumerator751 enum Type : uint8_t {Precomp = 0, Solid, Image, Null, Shape, Text}; enumerator
41 …{None = 0, Path = 1, Color = 2, Gradient = 4, Stroke = 8, Transform = 16, Image = 32, GradientStro… enumerator
18 - Image drawing, scaling, and rotation