aseprite/src/render
2022-11-03 19:43:31 -03:00
..
bg_options.h Add render::BgOptions to simplify some code 2022-08-17 22:40:25 -03:00
bg_type.h Rename "checked" -> "checkered" (background, drawing routines, etc.) 2022-08-17 22:19:07 -03:00
CMakeLists.txt
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 radial gradient when the gradient vector is close to (0,0) (fix #3126) 2022-02-07 19:03:40 -03:00
gradient.h
LICENSE.txt
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 Update last row and column of pixels in the editor's viewport when the sprite is zoomed in and the color mode or FX dialog are used. (also fix #2803) 2021-08-13 11:11:55 -03:00
quantization.cpp Minor change in convert_pixel_format() using "auto" keyword 2022-11-03 19:43:31 -03:00
quantization.h New default RgbMapAlgorithm to select what could works better at a given time 2021-05-09 20:53:09 -03:00
rasterize.cpp Real-time preview when editing tilemaps in Manual mode 2020-11-04 16:54:12 -03:00
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 render::BgOptions to simplify some code 2022-08-17 22:40:25 -03:00
render.cpp Simplify onion skinning ignoring subtags 2022-10-20 16:00:03 -03:00
render.h Merge branch 'main' into beta 2022-08-17 22:58:12 -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 Update last row and column of pixels in the editor's viewport when the sprite is zoomed in and the color mode or FX dialog are used. (also fix #2803) 2021-08-13 11:11:55 -03:00

Aseprite Render Library

Distributed under MIT license

Functions to render a doc::Sprite.