# lv_image_private.h (/api/widgets/image/lv_image_private_h)



<RelatedHeaders name="lv_image.h" isPrivate="true" />

<ApiSummary structs="1" />

Structs [#structs]

<ApiMember kind="struct" name="_lv_image_t">
  \_lv_image_t [#_lv_image_t]

  Data of image

  | Member            | Type                                                               | Description                                                                           |
  | ----------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
  | `obj`             | <ApiLink name="lv_obj_t" />                                        |                                                                                       |
  | `src`             | `const void *`                                                     | Image source: Pointer to an array or a file or a symbol                               |
  | `bitmap_mask_src` | <ApiLink name="lv_image_dsc_t" display="const lv_image_dsc_t *" /> | Pointer to an A8 bitmap mask                                                          |
  | `offset`          | <ApiLink name="lv_point_t" />                                      |                                                                                       |
  | `w`               | <ApiLink name="int32_t" />                                         | Width of the image (Handled by the library)                                           |
  | `h`               | <ApiLink name="int32_t" />                                         | Height of the image (Handled by the library)                                          |
  | `rotation`        | <ApiLink name="uint32_t" />                                        | Rotation angle of the image                                                           |
  | `scale_x`         | <ApiLink name="uint32_t" />                                        | 256 means no zoom, 512 double size, 128 half size                                     |
  | `scale_y`         | <ApiLink name="uint32_t" />                                        | 256 means no zoom, 512 double size, 128 half size                                     |
  | `pivot`           | <ApiLink name="lv_point_t" />                                      | Rotation center of the image                                                          |
  | `src_type`        | <ApiLink name="uint32_t" />                                        | See: lv\_image\_src\_t                                                                |
  | `cf`              | <ApiLink name="uint32_t" />                                        | Color format from `lv_color_format_t`                                                 |
  | `antialias`       | <ApiLink name="uint32_t" />                                        | Apply anti-aliasing in transformations (rotate, zoom)                                 |
  | `align`           | <ApiLink name="uint32_t" />                                        | Image size mode when image size and object size is different. See lv\_image\_align\_t |
  | `blend_mode`      | <ApiLink name="uint32_t" />                                        | Element of `lv_blend_mode_t`                                                          |
</ApiMember>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lv_obj_private.h&#x22;, &#x22;lv_image.h&#x22;]" includedBy="[&#x22;lv_ffmpeg_private.h&#x22;, &#x22;lv_gstreamer_internal.h&#x22;, &#x22;lv_rlottie_private.h&#x22;, &#x22;lv_animimage_private.h&#x22;, &#x22;lv_canvas_private.h&#x22;]" transitiveIncludes="[&#x22;lv_anim.h&#x22;, &#x22;lv_area.h&#x22;, &#x22;lv_array.h&#x22;, &#x22;lv_assert.h&#x22;, &#x22;lv_bidi.h&#x22;, &#x22;lv_color.h&#x22;, &#x22;lv_color_op.h&#x22;, &#x22;lv_conf_internal.h&#x22;, &#x22;lv_conf_kconfig.h&#x22;, &#x22;lv_display.h&#x22;, &#x22;lv_draw.h&#x22;, &#x22;lv_draw_arc.h&#x22;, &#x22;lv_draw_blur.h&#x22;, &#x22;lv_draw_buf.h&#x22;, &#x22;lv_draw_image.h&#x22;, &#x22;lv_draw_label.h&#x22;, &#x22;lv_draw_line.h&#x22;, &#x22;lv_draw_rect.h&#x22;, &#x22;lv_draw_triangle.h&#x22;, &#x22;lv_event.h&#x22;, &#x22;lv_ext_data.h&#x22;, &#x22;lv_flex.h&#x22;, &#x22;lv_font.h&#x22;, &#x22;lv_fs.h&#x22;, &#x22;lv_grad.h&#x22;, &#x22;lv_grid.h&#x22;, &#x22;lv_group.h&#x22;, &#x22;lv_image_decoder.h&#x22;, &#x22;lv_image_dsc.h&#x22;, &#x22;lv_indev.h&#x22;, &#x22;lv_layout.h&#x22;, &#x22;lv_ll.h&#x22;, &#x22;lv_log.h&#x22;, &#x22;lv_math.h&#x22;, &#x22;lv_matrix.h&#x22;, &#x22;lv_mem.h&#x22;, &#x22;lv_obj.h&#x22;, &#x22;lv_obj_class.h&#x22;, &#x22;lv_obj_draw.h&#x22;, &#x22;lv_obj_event.h&#x22;, &#x22;lv_obj_pos.h&#x22;, &#x22;lv_obj_property.h&#x22;, &#x22;lv_obj_property_names.h&#x22;, &#x22;lv_obj_scroll.h&#x22;, &#x22;lv_obj_style.h&#x22;, &#x22;lv_obj_style_gen.h&#x22;, &#x22;lv_obj_tree.h&#x22;, &#x22;lv_observer.h&#x22;, &#x22;lv_palette.h&#x22;, &#x22;lv_profiler.h&#x22;, &#x22;lv_profiler_builtin.h&#x22;, &#x22;lv_sprintf.h&#x22;, &#x22;lv_string.h&#x22;, &#x22;lv_style.h&#x22;, &#x22;lv_style_gen.h&#x22;, &#x22;lv_style_properties.h&#x22;, &#x22;lv_symbol_def.h&#x22;, &#x22;lv_text.h&#x22;, &#x22;lv_tick.h&#x22;, &#x22;lv_timer.h&#x22;, &#x22;lv_types.h&#x22;]" />
