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 Fix crash merging a tilemap layer into a regular layer 2020-02-17 09:06:01 -03:00
color_histogram.h Fix gif format encoding 2020-04-09 10:23:36 -03:00
dithering_algorithm.h Add Floyd-Steinberg dithering for RGBA -> Indexed conversion 2019-04-01 22:00:32 -03:00
dithering_matrix.h Add/process dynamic data in/from stroke points (related to #710) 2020-04-22 20:17:14 -03:00
dithering.h Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
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 Add amount parameter to Error Diffusion algorithm 2019-04-03 18:45:18 -03:00
extra_type.h Fix flashing selected layer for tilemaps 2020-02-17 09:06:02 -03:00
get_sprite_pixel.cpp Fix eyedropper when zoom < 100% 2019-06-04 16:48:04 -03:00
get_sprite_pixel.h Fix non-normal blend modes when the backdrop is transparent (fix #1096) 2019-03-09 12:40:31 -03:00
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 Add/process dynamic data in/from stroke points (related to #710) 2020-04-22 20:17:14 -03:00
LICENSE.txt Replace MID() macro with base::clamp() function 2020-04-07 19:47:16 -03:00
median_cut.h Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
onionskin_options.h Rename FrameTag -> Tag 2019-10-01 14:55:08 -03:00
onionskin_position.h Add missing src/render/onionskin_position.h file 2015-07-31 16:07:24 -03:00
onionskin_type.h Create EditorRender to merge shared render image buffer and AppRender 2018-06-19 23:25:31 -03:00
ordered_dither_tests.cpp Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
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 Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
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 Fix crash merging a tilemap layer into a regular layer 2020-02-17 09:06:01 -03:00
README.md Fix crash merging a tilemap layer into a regular layer 2020-02-17 09:06:01 -03:00
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 Add progress bar to color conversion 2017-05-17 15:25:40 -03:00
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.