74 #endif //_IMAGE_API_H_ void * rf_load_image_from_jpeg_buffer(uint8_t *buffer, size_t size, int rotation, rf_error_type *error)
void * rf_load_image_from_rgb_buffer(uint8_t *buffer, size_t height, size_t width, int rotation, rf_error_type *error)
void rf_free_image(void *image_handle, rf_error_type *error)
void * rf_load_image_from_rgba_buffer(uint8_t *buffer, size_t height, size_t width, int rotation, rf_error_type *error)
void rf_save_image(void *image_handle, const char *path, rf_error_type *error)
void * rf_load_image_from_file(const char *image_path, int rotation, rf_error_type *error)
void rf_get_image_size(void *image_handle, int *out_height, int *out_width, rf_error_type *error)
Definition: api_types.h:74