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
I apologize in advance for my ignorance, I am trying to complete an image analysis on an unusually large image containing 40 mice brains. When I try to perform some segmentation on larger areas at increased magnification I get a message reading:
PIL.Image.DecompressionBombError: Image size (482223296 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
If I know that this is not a DDOS attack, is there a way I can make exceptions for this?
Thanks so much!
-K
The text was updated successfully, but these errors were encountered:
I apologize in advance for my ignorance, I am trying to complete an image analysis on an unusually large image containing 40 mice brains. When I try to perform some segmentation on larger areas at increased magnification I get a message reading:
PIL.Image.DecompressionBombError: Image size (482223296 pixels) exceeds limit of 178956970 pixels, could be decompression bomb DOS attack.
If I know that this is not a DDOS attack, is there a way I can make exceptions for this?
Thanks so much!
-K
The text was updated successfully, but these errors were encountered: