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

WriteOIIO: Crash in OIIO when writing large image #49

Open
rodlie opened this issue Apr 28, 2024 · 1 comment
Open

WriteOIIO: Crash in OIIO when writing large image #49

rodlie opened this issue Apr 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@rodlie
Copy link
Collaborator

rodlie commented Apr 28, 2024

Adding this now so I don't forget

I'm currently compositing large images at work that will be used in an 360 viewer. The final output image is 17814 x 8907 in either TIFF or JPEG. The actual comp is simple, I add two layers from an EXR (rendered in Blender) on top of a background image.

Any image format using WriteOIIO crash (in OpenImageIO lib, I don't have debug info on that library). The only image format I can use is PNG, as it does not use WriteOIIO.

Tested RB-2.5/RB-2.6 on Windows 10 and Ubuntu 22.04.

Will update with more info (when I get the time to build OIIO with debug info etc).

@rodlie rodlie added the bug Something isn't working label Apr 28, 2024
@devernay
Copy link
Member

Can you check that using oiio from Python or the CLI is able to create such an image (e.g. resize an existing image)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants