You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run this command obj-tiler -i male02.obj --output_dir /output --with_texture
I got PIL.Image.DecompressionBombError: Image size (1362099468 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack. error. I saw some workaround to bypass this by setting PIL.Image.MAX_IMAGE_PIXELS = None but I believe this is a bug (?)
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Download/Use this model https://github.com/mrdoob/three.js/tree/master/examples/models/obj/male02
Run this command
obj-tiler -i male02.obj --output_dir /output --with_texture
I got
PIL.Image.DecompressionBombError: Image size (1362099468 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
error. I saw some workaround to bypass this by settingPIL.Image.MAX_IMAGE_PIXELS = None
but I believe this is a bug (?)The text was updated successfully, but these errors were encountered: