Crash fetching large images

Steps causing the bug to occur

  1. Fetching a PNG image that is 17000 pixels wide.
  2. Choosing jpg didn’t help.
  3. Simple composition and sample images attached.

Have you found a workaround?

No problems for a 16000 pixel wide image, I didn’t narrow the search but perhaps a 2^14 issue.

Other notes

  • Vuo version: 1.2.6
  • macOS version: macOS 10.13
  • How severely does this bug affect you? It prevents me from completing a specific task with Vuo.

Archive.zip (29.3 KB)

perhaps a 2^14 issue.

Indeed. OpenGL doesn’t support images larger than 16,384 x 16,384.

In Vuo 1.2.3 and prior, it would output an empty image instead of crashing. We’ll restore that behavior in the next release. I’ve also created a feature request to add support for very large images (Support loading, processing, and outputting huge images).

As of Vuo 1.2.7, it’s back to outputting an empty image instead of crashing.