aseprite/src/render
2024-01-26 11:49:04 -03:00
..
bg_options.h Add support to render indexed images 2023-04-03 15:59:29 -03:00
bg_type.h Rename "checked" -> "checkered" (background, drawing routines, etc.) 2022-08-17 22:19:07 -03:00
CMakeLists.txt Add z-index property to cels (fix aseprite/Attachment-System#88) 2023-04-10 19:23:16 -03:00
color_histogram.h
dithering_algorithm.h
dithering_matrix.h
dithering.h
error_diffusion.cpp Replace base::clamp -> std::clamp as now we use C++17 2022-06-09 19:05:48 -03:00
error_diffusion.h
extra_type.h
get_sprite_pixel.cpp
get_sprite_pixel.h
gradient.cpp Fix numerical errors in gradient tool (#4131) 2024-01-26 11:49:04 -03:00
gradient.h
LICENSE.txt Fix render_tests setting the new BgOptions::colorPixelFormat field 2023-04-03 20:00:45 -03:00
median_cut.h
onionskin_options.h
onionskin_position.h
onionskin_type.h
ordered_dither_tests.cpp
ordered_dither.cpp Replace base::clamp -> std::clamp as now we use C++17 2022-06-09 19:05:48 -03:00
ordered_dither.h
projection.h
quantization.cpp Minor change in convert_pixel_format() using "auto" keyword 2022-11-03 19:43:31 -03:00
quantization.h
rasterize.cpp
rasterize.h
README.md
render_benchmark.cpp Add render::BgOptions to simplify some code 2022-08-17 22:40:25 -03:00
render_tests.cpp Add z-index property to cels (fix aseprite/Attachment-System#88) 2023-04-10 19:23:16 -03:00
render.cpp Fix eyedropper to pick colors/tiles correctly from flipped tiles 2023-11-09 16:44:46 -03:00
render.h Add simple rendering of tiles w/flags (x/y/d flip) 2023-11-09 16:44:46 -03:00
task_delegate.h
zoom.cpp Replace base::clamp -> std::clamp as now we use C++17 2022-06-09 19:05:48 -03:00
zoom.h

Aseprite Render Library

Distributed under MIT license

Functions to render a doc::Sprite.