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

"Image to Big!" #5

Closed
ylluminate opened this issue Oct 6, 2015 · 3 comments
Closed

"Image to Big!" #5

ylluminate opened this issue Oct 6, 2015 · 3 comments

Comments

@ylluminate
Copy link

Interestingly I'm still hitting the "Image to Big!" error on certain PDFs. Have you seen what may be causing this?

@ylluminate
Copy link
Author

So just fiddling around here, I modified this line to be:
private static final int MAX_IMAGE_RENDER_SIZE = 4000 * 4000;

Instead of the default 2000 max and it works fine now.

Any reason it's set at 2000 and not something higher so as to not hit walls like this?

@danmbox
Copy link
Owner

danmbox commented Nov 2, 2015

I don't think there's any good reason the original code imposed this limitation.

@danmbox
Copy link
Owner

danmbox commented Jan 31, 2019

Enlarged in briss2-1.0.1-rc.1

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

No branches or pull requests

2 participants