aseprite / aseprite/api

API to change Aseprite's supported file open extensions

Open
#119 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
No language data
Stars
307
Forks
68
PR merge metrics
No merged PRs in 30d

Description

In a plugin I maintain, we support a non-standard file extension which is then loaded (by intercepting the file open command), parsed, and properly sent to aseprite as a PNG.
Unfortunately, in the open file dialog, our format is not in the list Aseprite passes to the OS:
![Image](https://github.com/user-attachments/assets/26c5e3b6-74dc-4db4-8c99-a73fd2107702)

Therefore, I'm seeking a way to modify or even just add to this list.
Maybe in `app.fs`, or even just `app`.

Just this right here: https://github.com/aseprite/aseprite/blob/main/src/app/file/file.cpp#L189-L197

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.