Gaspar Capello
Gaspar Capello
Some users reported that they are unable to launch Aseprite through Steam due to an error "Aseprite is corrupted and cannot be opened... At the moment, a workaround is to...
Crash in render.cpp line 137 ``` if (m_blendMode == BlendMode::SRC) { return src; } else if (m_blendMode == BlendMode::DST_OVER) { if (dst != m_maskColor) return dst; else return src; }...
When running a custom script and then pressing ctrl+z to undo, or selecting undo from the edit tab, Aseprite crashes. Undoing from the edit history changes the language to gibberish...
At the moment '{title}' key word on filename's Export file dialog, results on no replacing. The file name will include '{title}' string in the filename. - [ ] 1. Recommendation:...
Fix uninstalling (or updating) an extensions that has subdirectories results in an error (fix #3385)
Prior to this fix, any additional external files or directories within the Extension's directory tree, break the subdirectory removal iteration, resulting in empty subdirectories and a console error.
It's hard to me explain it with a few words, so I attach the action sequence to reproduce the bug: 1. Starting with a RGBA sprite with a mask color...
Even if mask color is present in the palette: In case of mask color isn't present the default behavior is: Proposal behavior of INDEXED conversion: - The editor must review...
__Background:__ Octree mapping is used to generate a well-known color organization: by knowing the RGB number a color represents, we know where to look in the color map without having...
Updated PR of https://github.com/aseprite/aseprite/pull/2816