Jeremy Behreandt

Results 9 issues of Jeremy Behreandt

Hello, This is a request for the clarification of [Sprite:palettes](https://github.com/aseprite/api/blob/main/api/sprite.md#spritepalettes) description. It could indicate 1. that multiple palette support is already in use and 2. when sprites will have multiple...

improvement

Hi again, This is a feature request. For objects that can be constructed from file paths -- such as [ColorSpace](https://github.com/aseprite/api/blob/main/api/colorspace.md#colorspace-1)s, [Sprite](https://github.com/aseprite/api/blob/main/api/sprite.md#sprite-1)s and [Palette](https://github.com/aseprite/api/blob/main/api/palette.md#palette-1)s -- I think it would be helpful...

Hello, I observed this in Aseprite version 1.3-beta5. I found this out because I'm working on a custom new sprite dialog which lets the user set their own color profile....

Hello, I have a feature request: Would it be possible for `app.transaction` to accept an optional `string` argument so the transaction could be named? When the user runs a script,...

Hello, I'd like to suggest some extra validation for inputs given to `Color`. Since hue is a periodic value, that would mean wrapping negative values. For other inputs, that would...

The normal map looks much better after 20902e3 . There is an issue with colors going out of bounds in the discrete wheel though. For example, `#ffcc59` should be `#eebf80`....

bug
ui

Hello, This is a bug report. I encountered it in version 1.3-beta11-x64 on Windows 10. Steps to reproduce: 1. Open a .jpg image that is in grayscale color mode. 2....

bug
medium priority
persistence
time-3

Methods required to decompose and compose tile map entry indices and flipping flags would help people write custom tile map exports. Constants such as `TILE_XFLIP`, `TILE_XFLIP`, `TILE_DFLIP` would also be...

This is a request to expand the [outline command documentation](https://github.com/aseprite/api/blob/main/api/command/Outline.md). For context, please see this [Aseprite community thread](https://community.aseprite.org/t/apply-outline-of-selected-pattern-and-colors-to-all-layers-or-frames-solved/26523). The matrix parameter also accepts an integer, where each neighboring pixel is...