gint/src/image
Lephe 4df3d69d8c
render: add a window setting to restrict rendering
Mono text rendering is a bad hack and probably not that fast, but meh.
We can optimize it the day it becomes a bottleneck, if ever...
2022-11-19 17:19:28 +01:00
..
fixed.h image: arbitrary linear transforms 2022-05-15 12:59:28 +01:00
image_alloc.c image: clean up palette semantics, and conversion 2022-05-14 15:36:07 +01:00
image_alloc_palette.c image: flips, including in-place 2022-05-14 20:27:16 +01:00
image_alpha.c image: clean up palette semantics, and conversion 2022-05-14 15:36:07 +01:00
image_clear.c image: remove alpha field of images 2022-05-14 12:54:59 +01:00
image_copy.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_copy_alloc.c image: clean up palette semantics, and conversion 2022-05-14 15:36:07 +01:00
image_copy_palette.c image: add image_linear_alloc() 2022-05-15 13:45:59 +01:00
image_create.c image: clean up palette semantics, and conversion 2022-05-14 15:36:07 +01:00
image_create_vram.c image: remove alpha field of images 2022-05-14 12:54:59 +01:00
image_data_size.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_decode_pixel.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_fill.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_free.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_get_pixel.c image: remove alpha field of images 2022-05-14 12:54:59 +01:00
image_hflip.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_hflip_alloc.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_linear.S image: arbitrary linear transforms 2022-05-15 12:59:28 +01:00
image_linear.c image: arbitrary linear transforms 2022-05-15 12:59:28 +01:00
image_linear_alloc.c image: add image_linear_alloc() 2022-05-15 13:45:59 +01:00
image_rotate.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_rotate_around.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_rotate_around_scale.c image: arbitrary linear transforms 2022-05-15 12:59:28 +01:00
image_scale.c image: arbitrary linear transforms 2022-05-15 12:59:28 +01:00
image_set_palette.c image: flips, including in-place 2022-05-14 20:27:16 +01:00
image_set_pixel.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_sub.c render: add a window setting to restrict rendering 2022-11-19 17:19:28 +01:00
image_target.c image: new image format and base for the image library 2022-05-13 23:31:03 +01:00
image_valid.c image: clean up palette semantics, and conversion 2022-05-14 15:36:07 +01:00
image_vflip.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00
image_vflip_alloc.c image: arbitrary linear transforms [WIP] 2022-05-14 22:32:59 +01:00