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 (?)