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

pdf_describe doesn't handle 4 bpc images #16

Closed
peterwilliams97 opened this issue Aug 4, 2017 · 4 comments
Closed

pdf_describe doesn't handle 4 bpc images #16

peterwilliams97 opened this issue Aug 4, 2017 · 4 comments
Labels
bug Something isn't working encoding/image

Comments

@peterwilliams97
Copy link
Contributor

A simple neural network module for relational reasoning.pdf

@gunnsth gunnsth self-assigned this Aug 6, 2017
@gunnsth
Copy link
Contributor

gunnsth commented Aug 6, 2017

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.

@peterwilliams97
Copy link
Contributor Author

That sounds like the right approach

@gunnsth gunnsth transferred this issue from unidoc/unidoc May 23, 2019
@gunnsth gunnsth assigned adrg and unassigned gunnsth Jul 10, 2019
@gunnsth
Copy link
Contributor

gunnsth commented Apr 8, 2020

Related #260

@gunnsth gunnsth unassigned adrg Apr 8, 2020
@gunnsth gunnsth added bug Something isn't working encoding/image labels Jun 2, 2020
@gunnsth
Copy link
Contributor

gunnsth commented Jan 11, 2021

@peterwilliams97 This should be resolved now in newest unipdf versions.

@gunnsth gunnsth closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working encoding/image
Projects
None yet
Development

No branches or pull requests

3 participants