Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aquabsd.alps.raster: New device for image loading/rendering #15

Open
obiwac opened this issue Feb 13, 2023 · 0 comments
Open

aquabsd.alps.raster: New device for image loading/rendering #15

obiwac opened this issue Feb 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@obiwac
Copy link
Member

obiwac commented Feb 13, 2023

Currently, this is handled by aquabsd.alps.png, which is format-specific. If we were to go on to create separate aquabsd.alps.bmp, aquabsd.alps.jpeg, &c devices, the client would have to handle all these file formats itself (which goes against AQUA's device philosophy).

Instead, we really ought to have a generic device for all manner of raster images (aquabsd.alps.svg can stay as it is, because we use different routines to interact with and manipulate vector images), which automatically detects formats and just opaquely returns width/height/BPP/pixels/whatever.

@obiwac obiwac added the enhancement New feature or request label Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant