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.