guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

Image too large

Open al-tim opened this issue 7 years ago • 5 comments

I am getting 'Image too large' message on some of the panoramas I wanted to optimize with guetzli. I am fine with it taking a long time to run. I also have 128Gb of physical memory but it seems guetzli does not utilize that amount even with no memory limit.

al-tim avatar Jun 20 '17 21:06 al-tim

@al-tim
Try to compile guetzli again with my fork ( https://github.com/khavishbhundoo/guetzli/tree/patch-1 ) and let me know if it fixes the issue.I don't have that much resource to test it.Maybe @robryk could verify the pull request

khavishbhundoo avatar Jun 21 '17 07:06 khavishbhundoo

@khavishbhundoo It will be another day or two before I could test anything as that computer is fully engaged right now in a long high load operation. I have no other like that to test on.

al-tim avatar Jun 21 '17 16:06 al-tim

I built and ran geutzli --nomemlimit and still got: Image too large. Can't read jpg data from input file Guetzli processing failed

It may be worth to add I am running on Windows platform in case the issue is somehow platform specific.

al-tim avatar Jun 22 '17 23:06 al-tim

is the program running/compiled as 32 bit process? if so you hit the memory limit. recompile as 64 bit

tschallacka avatar Aug 04 '17 12:08 tschallacka

I built x64 version for Windows and tried again on the same files and I am still getting "Image too large" error.

al-tim avatar Sep 08 '17 01:09 al-tim