David Capello
d32fd97da5
Replace base::SharedPtr with std::shared_ptr
...
We can remove our smart pointer (base::SharedPtr) as we're already
using C++11 compilers on all platforms.
2019-08-01 19:16:16 -03:00
David Capello
b2e169569a
Merge branch 'spritesheet-fullpath' of https://github.com/kawa-yoiko/aseprite into master
2019-04-12 16:07:54 -03:00
David Capello
109e6fa205
Add render::Dithering() class to store all dithering parameters
2019-04-03 19:32:24 -03:00
David Capello
fcf272bb69
Add amount parameter to Error Diffusion algorithm
2019-04-03 18:45:18 -03:00
Shiqing
14c1bceb4c
Add padding support for --sheet-pack
2019-03-28 13:22:47 +08:00
Shiqing
5d5aae7311
Fix incorrect layout with --trim and --sheet-pack
2019-03-23 16:06:00 +08:00
David Capello
60e8a5967d
Minor changes to f24eb75298
2019-03-22 11:26:44 -03:00
Shiqing
ca1728fd38
Fix #1606 sprite sheet contains full path of image
2019-03-22 12:42:07 +08:00
Gaspar Capello
f53544842c
Fix non-normal blend modes when the backdrop is transparent ( fix #1096 )
2019-03-09 12:40:31 -03:00
David N Campo
bdd4202c35
Add Trim by Grid option in Export Sprite Sheet ( #1926 )
...
This adds the logic and UI part of Trim by Grid feature, the CLI part
is not yet implemented.
2019-02-07 14:07:42 -03:00
David N Campo
cf1711c2af
Add 'Extrude' option to 'Export Sprite Sheet' command ( fix #1890 )
...
Merged #1978 (squashed). The only solved conflict was that now
ExportSpriteSheet use params, so we've added the "extrude" param to
ExportSpriteSheetParams.
2019-01-10 07:49:19 -03:00
David Capello
9257b9e244
Create all directories for the specified JSON file when exporting sprite sheets
2019-01-09 20:40:59 -03:00
David Capello
81965b904f
Use current working color space in new created files
...
* Added the gfx::ColorSpace field in doc::ImageSpec
* Removed some methods like Sprites::add(width, height, etc.)
* Prefer methods with ImageSpec as argument (which now includes the color space)
2018-10-25 15:23:01 -03:00
David Capello
f2739d89f1
Fix #1889 : Now {tagframe} can be used in --filename-format for the filenames in a --data sheet
2018-10-11 17:00:48 -03:00
David Capello
f72e28a18c
Remove unused variables
2018-10-10 09:52:46 -03:00
David Capello
f2ed45e795
Replace base::UniquePtr -> std::unique_ptr
2018-08-08 17:27:26 -03:00
David Capello
b8317805f8
Rename DocumentExporter -> DocExporter
2018-07-14 23:02:37 -03:00