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

Pixel1 #44

Closed
nomeata opened this issue Feb 16, 2014 · 5 comments
Closed

Pixel1 #44

nomeata opened this issue Feb 16, 2014 · 5 comments

Comments

@nomeata
Copy link

nomeata commented Feb 16, 2014

Hi,

it seems that it would make sense for this library to also support bitmap pictures.

Greetings,
Joachim

@Twinside
Copy link
Owner

Hi,

Do you have a use case? Because supporting 1 bit images is a PITA and I don't really care about it. They are decoded in the case of PNG's and transformed to Pixel8 under the hood.

Regards

@nomeata
Copy link
Author

nomeata commented Feb 16, 2014

I am basing a program to control a Dream Cheeky USB Message Board (http://www.jeffrika.com/~malakai/dcled/index.html), which is a 7×21 1-bit image; but I can of course work with Pixel8 instead, so if it is a PITA, just close this.

@Twinside
Copy link
Owner

Hmm I'm seeing that there is an instance of (Storable Bool), so it might not be so problematic after all. Is there a need for specific input/output?

@nomeata
Copy link
Author

nomeata commented Feb 17, 2014

Not for me, no. I basically use Image as a convenient two-dimensional array. I guess I could just use Array, though...

@Twinside
Copy link
Owner

Erf, I require pixel instance to be Num, which Bool is not, so I'm forced to close the ticket, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants