Module stdlib

Source
Expand description

Standard library functions.

Functionsยง

get_image_height
Get the currently set image height.
get_image_width
Get the currently set image width.
im
Extract the imaginary component of a complex number.
project
Project the given pixel onto the underlying axes, using the provided center and size.
re
Extract the real component of a complex number.
set_image_dims
Set the image dimensions. May invalidate the contents of the image data.
set_pixel_data
Set the current pixel data for the specified row and column
write
Render the current image data and write it to a file.