Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

testPrintJpgLarge() Failure #49

Closed
YasuhiroFuruta opened this issue Jul 27, 2016 · 9 comments
Closed

testPrintJpgLarge() Failure #49

YasuhiroFuruta opened this issue Jul 27, 2016 · 9 comments
Assignees

Comments

@YasuhiroFuruta
Copy link
Contributor

This test case fails because 'GoogleArt.jpg' cannot be printed from the Cloud Print management page.
In this time the server says "Could not convert to PDF.".

I think 'GoogleArt.jpg' is too large to print from the Cloud Print management page.

Does anyone know the maximum size which is acceptable from the Cloud Print management page?

@kdlucas
Copy link
Contributor

kdlucas commented Jul 28, 2016

It should be able to be converted. If you're seeing "Could not convert to PDF", it's possible something has changed on our backend that no longer works to convert this file. The max size of an image used to be 40mb, but I'm not sure what it is now. This test used to work fine, so maybe something has changed. I'll need to look into it.

@kdlucas
Copy link
Contributor

kdlucas commented Jul 29, 2016

We just found out our team that does file conversions have reduced the size to 20 Mb. We have filed a bug with them as it used to be 40Mb. I'll update this issue once we hear back from this team.

@kdlucas
Copy link
Contributor

kdlucas commented Aug 1, 2016

I've confirmed that the back end conversion engine only accepts up to 20MB file size. I'm now waiting to see if this limit will change or remain in force. If it remains, then we'll need to find a new JPG file that is less than 20MB in size.

@kdlucas
Copy link
Contributor

kdlucas commented Aug 23, 2016

Ok, the conversion team has increased the max file size to 40mb. Could you confirm that you are able to print this file using Google Cloud Print.

@kdlucas kdlucas added the bug label Aug 23, 2016
@kdlucas kdlucas self-assigned this Aug 23, 2016
@YasuhiroFuruta
Copy link
Contributor Author

YasuhiroFuruta commented Aug 25, 2016

This issue is not fixed yet.

It seems image that have over 25M pixel is rejected by the server.
A 1,000px x 25,000px JPEG image is accepted.
A 1,000px x 25,001px JPEG image is rejected.

@kdlucas
Copy link
Contributor

kdlucas commented Aug 25, 2016

Yes, you're right, there is also a hard limit of 5,000 x 5,000 pixels. I'm asking to increase this limit now.

@kdlucas kdlucas added help wanted and removed bug labels Aug 25, 2016
@kdlucas
Copy link
Contributor

kdlucas commented Aug 25, 2016

Updated the label since this technically is not a bug within our testing code. We are attempting to get this updated in our conversion server to handle larger file sizes and more pixels per image.

@kdlucas
Copy link
Contributor

kdlucas commented Sep 22, 2016

Looks like the fix is targeted to be pushed on Sept 26. I'll update when I verify the fix.

@YasuhiroFuruta
Copy link
Contributor Author

We confirmed this issue has been fixed.
The server accepts 'GoogleArt.jpg' and it is printed.

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

No branches or pull requests

2 participants