# lv_libwebp.h (/api/libs/libwebp/lv_libwebp_h)



<ApiSummary functions="2" />

Functions [#functions]

<ApiMember kind="function" name="lv_libwebp_init" file="libs/libwebp/lv_libwebp.h" line="34" url="https://github.com/lvgl/lvgl/tree/a7b95c5b0839ce901c09c205610bc2c77cc3345d/src/libs/libwebp/lv_libwebp.h#L34">
  lv_libwebp_init [#lv_libwebp_init]

  Register the WEBP decoder functions in LVGL

  ```c title=" " lineNumbers=1
  void lv_libwebp_init(void)
  ```
</ApiMember>

<ApiMember kind="function" name="lv_libwebp_deinit" file="libs/libwebp/lv_libwebp.h" line="36" url="https://github.com/lvgl/lvgl/tree/a7b95c5b0839ce901c09c205610bc2c77cc3345d/src/libs/libwebp/lv_libwebp.h#L36">
  lv_libwebp_deinit [#lv_libwebp_deinit]

  ```c title=" " lineNumbers=1
  void lv_libwebp_deinit(void)
  ```
</ApiMember>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lv_conf_internal.h&#x22;]" transitiveIncludes="[&#x22;lv_conf_kconfig.h&#x22;]" />
