-
-
Notifications
You must be signed in to change notification settings - Fork 888
Fix for B&W pbm images with width not dividable by 8 #2481
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
Conversation
|
Thanks so much for doing this @ynse01 ! The code looks great, however it doesn't look like the reference image was included in GIT LFS for some reason. Should do the trick. I'd do it for you, but LFS doesn't work well with GitHub when pushing a file against a fork. |
Please do so, as I tried the command locally and as a result I got modification in the .gitattributes file as a result. Doesn't look desirable, as the file extensions are already mentioned, so I didn't commit those modifications. |

Prerequisites
Description
This fixes #2477 by handling Black & White binary images with a width not dividable by 8 correctly. The handling of the padding bits was incorrect and not according to the specification.
Thanks for reporting this bug !