21#ifndef __WLMTK_IMAGE_H__
22#define __WLMTK_IMAGE_H__
24#include <libbase/libbase.h>
43 const char *image_path_ptr);
55 const char *image_path_ptr,
wlmtk_element_t * wlmtk_image_element(wlmtk_image_t *image_ptr)
Definition image.c:102
const bs_test_set_t wlmtk_image_test_set
Definition image.c:197
void wlmtk_image_destroy(wlmtk_image_t *image_ptr)
Definition image.c:95
wlmtk_image_t * wlmtk_image_create_scaled(const char *image_path_ptr, int width, int height)
Definition image.c:65
wlmtk_image_t * wlmtk_image_create(const char *image_path_ptr)
Definition image.c:59