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
Describe the bug
My images are 30000x10000, which are so large that can't load by Pillow, but opencv can load images. So I wanna know how to use cv2 as reader in LoadImage function. Or is there any better solution?
Error:
PIL.Image.DecompressionBombError: Image size (606563352 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
The text was updated successfully, but these errors were encountered:
Describe the bug
My images are 30000x10000, which are so large that can't load by Pillow, but opencv can load images. So I wanna know how to use cv2 as reader in LoadImage function. Or is there any better solution?
Error:
PIL.Image.DecompressionBombError: Image size (606563352 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
The text was updated successfully, but these errors were encountered: