aseprite/src/render
David Capello 7fb8cfc8fa Avoid including image impl details as much as possible (image_impl/bits/iterator.h)
Including doc/image.h should be enough to access/iterate the image
pixels.
2024-12-19 09:44:37 -03:00
..
bg_options.h clang-format all files 2024-12-16 14:52:19 -03:00
bg_type.h clang-format all files 2024-12-16 14:52:19 -03:00
CMakeLists.txt
color_histogram.h clang-format all files 2024-12-16 14:52:19 -03:00
dithering_algorithm.h clang-format all files 2024-12-16 14:52:19 -03:00
dithering_matrix.h clang-format all files 2024-12-16 14:52:19 -03:00
dithering.h clang-format all files 2024-12-16 14:52:19 -03:00
error_diffusion.cpp clang-format all files 2024-12-16 14:52:19 -03:00
error_diffusion.h clang-format all files 2024-12-16 14:52:19 -03:00
extra_type.h clang-format all files 2024-12-16 14:52:19 -03:00
get_sprite_pixel.cpp clang-format all files 2024-12-16 14:52:19 -03:00
get_sprite_pixel.h clang-format all files 2024-12-16 14:52:19 -03:00
gradient.cpp Avoid including image impl details as much as possible (image_impl/bits/iterator.h) 2024-12-19 09:44:37 -03:00
gradient.h clang-format all files 2024-12-16 14:52:19 -03:00
LICENSE.txt
median_cut.h clang-format all files 2024-12-16 14:52:19 -03:00
onionskin_options.h clang-format all files 2024-12-16 14:52:19 -03:00
onionskin_position.h clang-format all files 2024-12-16 14:52:19 -03:00
onionskin_type.h clang-format all files 2024-12-16 14:52:19 -03:00
ordered_dither_tests.cpp clang-format all files 2024-12-16 14:52:19 -03:00
ordered_dither.cpp clang-format all files 2024-12-16 14:52:19 -03:00
ordered_dither.h Avoid including image impl details as much as possible (image_impl/bits/iterator.h) 2024-12-19 09:44:37 -03:00
projection.h clang-format all files 2024-12-16 14:52:19 -03:00
quantization.cpp Avoid including image impl details as much as possible (image_impl/bits/iterator.h) 2024-12-19 09:44:37 -03:00
quantization.h clang-format all files 2024-12-16 14:52:19 -03:00
rasterize.cpp clang-format all files 2024-12-16 14:52:19 -03:00
rasterize.h clang-format all files 2024-12-16 14:52:19 -03:00
README.md
render_benchmark.cpp clang-format all files 2024-12-16 14:52:19 -03:00
render_tests.cpp clang-format all files 2024-12-16 14:52:19 -03:00
render.cpp Avoid including image impl details as much as possible (image_impl/bits/iterator.h) 2024-12-19 09:44:37 -03:00
render.h clang-format all files 2024-12-16 14:52:19 -03:00
task_delegate.h clang-format all files 2024-12-16 14:52:19 -03:00
zoom.cpp clang-format all files 2024-12-16 14:52:19 -03:00
zoom.h clang-format all files 2024-12-16 14:52:19 -03:00

Aseprite Render Library

Distributed under MIT license

Functions to render a doc::Sprite.