aseprite/src/render
David Capello e3f09525db Refactor the thumbnails generation of cels
A new Render::renderCel() method is used to render the specific cel
thumbnail, useful in the future to render thumbnails of different kind
of layers (e.g. future tilemaps). And now the background is rendered
in a different step (so the thumbnails doesn't contain the
background.)
2019-04-11 14:29:20 -03:00
..
CMakeLists.txt Add Floyd-Steinberg dithering for RGBA -> Indexed conversion 2019-04-01 22:00:32 -03:00
LICENSE.txt Add radial gradient 2019-03-19 20:54:25 -03:00
README.md Move gradient rendering code to render library 2017-06-09 17:18:28 -03:00
bg_type.h Create EditorRender to merge shared render image buffer and AppRender 2018-06-19 23:25:31 -03:00
color_histogram.h Fix compilation error resolving doc::color_t type in gcc and clang 2015-07-23 22:52:49 -03:00
dithering.h Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -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 dithering options for Gradient tool (#418) 2017-05-23 20:41:30 -03:00
error_diffusion.cpp Add amount parameter to Error Diffusion algorithm 2019-04-03 18:45:18 -03:00
error_diffusion.h Add amount parameter to Error Diffusion algorithm 2019-04-03 18:45:18 -03:00
extra_type.h
get_sprite_pixel.cpp Fix call to render::get_sprite_pixel() which needs the clip size with the zoom applied 2019-04-09 16:49:28 -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 Add radial gradient 2019-03-19 20:54:25 -03:00
gradient.h Add radial gradient 2019-03-19 20:54:25 -03:00
median_cut.h Fix some compiler warnings (implicit casts & unused vars) 2017-04-19 19:26:23 -03:00
onionskin_options.h Create EditorRender to merge shared render image buffer and AppRender 2018-06-19 23:25:31 -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.cpp Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
ordered_dither.h Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
ordered_dither_tests.cpp Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
projection.h Fix ref layer movement avoiding jumps between 0 and -1 2016-12-26 16:44:40 -03:00
quantization.cpp Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
quantization.h Add render::Dithering() class to store all dithering parameters 2019-04-03 19:32:24 -03:00
render.cpp Refactor the thumbnails generation of cels 2019-04-11 14:29:20 -03:00
render.h Refactor the thumbnails generation of cels 2019-04-11 14:29:20 -03:00
render_benchmark.cpp Add render_benchmark 2019-03-07 13:44:29 -03:00
render_tests.cpp Use current working color space in new created files 2018-10-25 15:23:01 -03:00
task_delegate.h Add progress bar to color conversion 2017-05-17 15:25:40 -03:00
zoom.cpp Add zoom/scroll buttons in ContextBar (including a new "Fit Screen" command) 2016-09-15 09:50:00 -03:00
zoom.h Refactor the thumbnails generation of cels 2019-04-11 14:29:20 -03:00

README.md

Aseprite Render Library

Copyright (C) 2001-2017 David Capello

Distributed under MIT license