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 setting PIL.Image.MAX_IMAGE_PIXELS = None but I believe this is a bug (?)
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_textureI 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 = Nonebut I believe this is a bug (?)