Extracting EXIF for 295899.tif
Traceback (most recent call last):
File “/code/SuperBuild/install/bin/opensfm/opensfm/io.py”, line 1221, in image_size_from_fileobject
with Image.open(fb) as img:
File “/usr/local/lib/python3.9/dist-packages/PIL/Image.py”, line 2929, in open
im = _open_core(fp, filename, prefix, formats)
File “/usr/local/lib/python3.9/dist-packages/PIL/Image.py”, line 2916, in _open_core
_decompression_bomb_check(im.size)
File “/usr/local/lib/python3.9/dist-packages/PIL/Image.py”, line 2828, in _decompression_bomb_check
raise DecompressionBombError(
PIL.Image.DecompressionBombError: Image size (449925840 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
I mean you’d have to resize it before passing it to OpenDroneMap. Likely with QGIS.
Are these actual images, or are you trying to composite already composited orthophotos? If it is the latter, you likely will not have sufficient overlap/sidelap and you’re better off using a Mosaic analysis in something like QGIS (which is designed to stitch images together with minimal overlap/sidelap).
This variable is only used to check decompression bomb, so it should not break anything, but memory issues could happen since there is no limitation of the image size.