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

Import BMP image file into sprig #1421

Open
reesericci opened this issue Feb 6, 2024 · 5 comments
Open

Import BMP image file into sprig #1421

reesericci opened this issue Feb 6, 2024 · 5 comments
Labels
feature request New Feature or Request low priority

Comments

@reesericci
Copy link
Contributor

reesericci commented Feb 6, 2024

I think it would be really useful to be able to import downscaled BMP images into sprig as assets for people who can't draw to save their life

screenshot of the problem

image

cc @jdogcoder @polypixeldev

@reesericci reesericci added the feature request New Feature or Request label Feb 6, 2024
@LucasHT22
Copy link
Member

It's part of game development haha

@leomcelroy
Copy link
Collaborator

There used to be an option to do this that would downsample the image to the right size. Removing it was an intentional choice to encourage people to draw and to adhere to the color palette. I think 16x16 bit art should be reasonably approachable to most anyone.

I'm not entirely opposed but after downsampling and color mapping to the palette, few images would be recognizable I think. 16x16 and the color palette won't change in the foreseeable future.

@reesericci
Copy link
Contributor Author

If it was an intentional decision should I close as not planned?

@grymmy
Copy link
Contributor

grymmy commented Feb 6, 2024

Given @leomcelroy feedback this issue can live. If someone wants to implement the feature, just stay within the boundaries of what he stated (downsample, color map to sprig palette). I could imagine that even if it doesn't work great for conversion of realistic / high resolution images, it may be pretty useful if you just want to import black/white line drawings / glyphs.

@grymmy grymmy removed their assignment Feb 6, 2024
@Sheepy3
Copy link
Contributor

Sheepy3 commented Feb 7, 2024

would also be valuable if you create artwork outside of the editor while adhering to the resolution/palette

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New Feature or Request low priority
Projects
None yet
Development

No branches or pull requests

5 participants