David Capello

Results 245 comments of David Capello

I'll see what we can do with this issue (maybe for v1.1.2). It should support any N number of angles.

The Mac OS X port is already working in this way and is something I'd really love to see working in the Windows side.

This feature is needed for the Steam release: - when we double-click a .ase file, a new Aseprite.exe is launched - if there is a Aseprite.exe running, we've to send...

This can be solved on Windows using DDE. [This is an old technology](https://blogs.msdn.microsoft.com/oldnewthing/20130919-00/?p=3193), but it looks like Microsoft Office is still using it, so we can go for it. Note:...

This fix will be available for first time in the beta branch of the Steam release. (It means, using the Skia branch + special registry keys to use DDE.)

This should be working on Windows too, did you use the installer or the portable version? did you associate the .aseprite file format with Aseprite manually?

@daisyowl you can check the details of the #1070 issue to see how to associate other files as the .aseprite type

Yeah, if someone want to contribute that would be great (the [clipboard part](https://github.com/dacap/clip) was already a lot of work just for the Linux port compared to Windows and macOS 😢)

Note: the transformation should be done in a temporal "floating" layer that should be part of the sprite. In this way we don't need to do all transformations in a...