David Capello

Results 701 comments of David Capello

Just in case: There are plans [for "metatiles" support](https://github.com/aseprite/aseprite/issues/977#issuecomment-462067555), but mainly using external files/tilesets (one .aseprite tileset created from kind of dynamic "import sprite sheet" to import an external tileset...

We can leave this issue open, I'll create a new one to enumerate the issues related to metatiles 👍

Related to this issue: https://github.com/aseprite/aseprite/issues/2913#issuecomment-1001662316

Thanks for reporting this bug @RefinedSoftwareLLC, was able to reproduce it with your script. ```lua local image = Image(app.image) image:resize(22, 22) -- first run print(image.width .. "x" .. image.height) image:resize(218,...

Hi @PacketLauncher, it looks pretty easy to fix, we'll try to include the fix in the next release.

Hi @AquaBx, thanks for your PR. At the moment we didn't have plans to release a arm64 version for Windows, but probably something to think about in a near future...

> Seemingly fixed [here](https://github.com/Liebranca/aseprite/commit/d540107531fc75be3169c317df082aaf791487e6), but I made a mistake setting up the branch (my bad). I'll correct this when I have a minute, apologies for the inconvenience. No problem about...

Now that the crash is fixed, instead of showing the error message, we could just drop the pixels (without re-catch, just dropping the pixels, if the user moves the pixels...

Thanks for reporrting this bug @TakWolf! > By the way, for the default theme, should the following two be equivalent (In terms of display effect)? Probably yes, not sure if...

@Liebranca saw that you’ve selected this one, contact me next week to see what we can do, some progress was already made in #4389, the mockup in this issue doesn’t...