65 switch( image->
type ) {
89 cpc_slice_image( _environment, image->
realName, NULL, NULL, 0, 0, destination->
realName );
Variable * variable_retrieve(Environment *_environment, char *_name)
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void slice_image(Environment *_environment, char *_image, char *_frame, char *_sequence, char *_destination)
void cpc_slice_image_extract(Environment *_environment, char *_image, char *_frame, char *_sequence, int _frame_size, int _frame_count, char *_destination)
void cpc_slice_image_copy(Environment *_environment, char *_image, char *_frame, char *_sequence, int _frame_size, int _frame_count, char *_destination)
void(* CpcSliceImageFunction)(Environment *, char *, char *, char *, int, int, char *)
#define CRITICAL_SLICE_IMAGE_UNSUPPORTED(v, t)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
char DATATYPE_AS_STRING[][16]