Feature Addition: NumberMyImage #16
Labels
everyone
For competitive issues, best PRs are only merged, no need to assign yourself
open-for-all
Any one can work on it without getting assigned, every PR can merge
Points: 30
Feature Addition: NumberMyImage
Description
Implement a utility to convert a black and white bitmap image into a numerical representation and then encode that number in base64 format.
Requirements
Input: Accept an image file as input.
Pixel-to-Number Mapping:
0
to black pixels and1
to white pixels in the bitmap.Conversion to Base64:
Output:
Error Handling:
Additional Notes
Pillow
) and base64 encoding.Acceptance Criteria
Submission
submission.txt
in the submission folder for submission guidelines.The text was updated successfully, but these errors were encountered: