20#ifndef __WLMTK_IMAGE_H__
21#define __WLMTK_IMAGE_H__
23#include <libbase/libbase.h>
42 const char *image_path_ptr);
54 const char *image_path_ptr,
const bs_test_case_t wlmtk_image_test_cases[]
Definition image.c:190
wlmtk_element_t * wlmtk_image_element(wlmtk_image_t *image_ptr)
Definition image.c:101
void wlmtk_image_destroy(wlmtk_image_t *image_ptr)
Definition image.c:94
wlmtk_image_t * wlmtk_image_create_scaled(const char *image_path_ptr, int width, int height)
Definition image.c:64
wlmtk_image_t * wlmtk_image_create(const char *image_path_ptr)
Definition image.c:58