-
Notifications
You must be signed in to change notification settings - Fork 254
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
pdf_describe doesn't handle 4 bpc images #16
Comments
At the moment we are only supporting BitsPerComponent = 8, i.e. 1 byte per component. Other values appear to be rather uncommon and this is one of few cases that have come up through extensive tests. Obviously we would like to handle this also. Therefore the task at hand is to extend the support to handle other BitsPerComponent. An easy way to go about this might be to use package model/sampling's ResampleBytes function which is designed for this kind of purpose. Will assign this to myself for further investigation. |
That sounds like the right approach |
Related #260 |
@peterwilliams97 This should be resolved now in newest unipdf versions. |
A simple neural network module for relational reasoning.pdf
The text was updated successfully, but these errors were encountered: