David Capello

Results 701 comments of David Capello

Hi @gkiely, thanks for the bug report and video. It looks really strange, what input device are you using? The trackpad / a regular USB mouse / a magic mouse...

@phantomeye1931 could you please share a .aseprite file (it can be attached to the issue inside a .zip file)

Just some results from GIMP (?): ![Image](https://github.com/user-attachments/assets/57a5516e-c5e8-4b89-a07f-6470448b7658) Affinity: ![Image](https://github.com/user-attachments/assets/62143fc1-bf8f-42cd-8f45-9f2230e88a37) And Aseprite with #5002 patch: ![Image](https://github.com/user-attachments/assets/d1dccb30-adf7-41cb-b794-f7b9ac40054e)

Some extra credit to GIMP, it offers two modes, HSV Saturation: ![Image](https://github.com/user-attachments/assets/d525d469-a4cb-4f23-86fe-8d2137e9d985) And LCh Chroma (similar to HSL saturation): ![Image](https://github.com/user-attachments/assets/f34a1199-208c-4441-bfd2-20aa5c37507e)

Hi @Disketaa, what specific OS are you using? Windows, macOS, or Linux?

Please @martincapello follow this rule https://github.com/aseprite/aseprite/blob/bbe656c856453b6a3d5cd617f8312417bcf11035/docs/CODING_STYLE.md?plain=1#L54-L59 even if those multiple lines are just comments.

If we can find a MIT licensed library that implements the FileChooser communication, that would be great. But at the moment I didn't find one, and I'm not sure how...

I have a couple of questions: 1) Does this require a D-Bus client impl? In that case, probably a D-Bus library could be the solution ( we could just implement...

@SerenaLexis you are subscribed to a public forum/issue on Github, to stop receiving these emails go to https://github.com/aseprite/aseprite/issues/1011 and press "Unsubscribe" button.

Here some points: 1) If the done callback throws an exception the whole program might crash 2) Why not just doing the the "done" work from the "execute" callback? 3)...