2#include <SDL2/SDL_image.h>
EZ_image * EZ_create_image_file(char *file, SDL_Renderer *renderer, anchore_point dst_anchore, int auto_aspect)
Creates an EZ_image from a file.
Definition EZ_image.c:4
EZ_image * EZ_create_image(SDL_Surface *surface, SDL_Renderer *renderer, anchore_point dst_anchore, int auto_aspect)
Creates an EZ_image from an SDL_Surface.
Definition EZ_image.c:58
void EZ_edit_image(EZ_image *image, SDL_Surface *surface, SDL_Renderer *renderer, int auto_aspect)
Edits an existing EZ_image with a new SDL_Surface.
Definition EZ_image.c:110
EZ_DRAWABLE drawable_image
Definition EZ_image.h:11
anchore_point image_anchore
Definition EZ_image.h:13
SDL_Surface * image_surface
Definition EZ_image.h:12
Definition RenderingUtils.h:7