74 final->frameWidth = frame_width;
75 final->frameHeight = frame_height;
76 final->frameSize =
size;
77 final->frameCount =
frames;
void offsetting_add_variable_reference(Environment *_environment, Offsetting *_first, Variable *_var, int _sequence)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Offsetting * offsetting_size_count(Environment *_environment, int _size, int _count)
Variable * variable_store_buffer(Environment *_environment, char *_destination, unsigned char *_buffer, int _size, int _at)
int image_size(Environment *_environment, int _width, int _height)
int frames(Environment *_environment, char *_image)
Emit code for FRAMES(...).
Variable * images_load_from_buffer(Environment *_environment, char *_buffer, int _buffer_size)
Emit code for (IMAGES)#[...].
#define IMAGE_GET_WIDTH(buffer, offset, width)
struct _Variable Variable
Structure of a single variable.
#define CRITICAL_IMAGES_LOAD_IMAGE_BUFFER_TOO_BIG()
struct _Environment Environment
Structure of compilation environment.
#define IMAGE_GET_HEIGHT(buffer, offset, height)