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

Bitmap support #3

Open
kavika13 opened this issue May 30, 2014 · 3 comments
Open

Bitmap support #3

kavika13 opened this issue May 30, 2014 · 3 comments

Comments

@kavika13
Copy link

I'd like to see bitmap support. The option I was looking at before this only supported PNGs, and this is step up.

PNG support will work for me for now, but even more flexibility would be awesome.

@mikolalysenko
Copy link
Member

Totally agree. I started on this using the node-bitmap module, but unfortunately that package only supports a small subset of the full BMP spec. If you want to take on the project though and write a full BMP parser, then you have my blessing and encouragement.

@aneesh-neelam
Copy link

There seems to be a lack of good and independent libraries that support the BMP format in Node.js. I would like to see this project gain BMP support soon.

@benwiley4000
Copy link
Collaborator

benwiley4000 commented Jul 15, 2017

The bmp-js module is actively maintained so may be a better candidate than node-bitmap for inclusion today (and its documentation is less sparse, if marginally), though it doesn't support 2-, 16- or 32-bit bitmaps. I'm not sure what spec limitations @mikolalysenko was speaking of in node-bitmap, but as the library hasn't been updated since 2013, they must still exist.

We could use a volunteer to uncover the limitations of each library and figure out if one deserves inclusion in get-pixels. A bonus would be contributing to help the library match the spec! 😄

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

No branches or pull requests

4 participants