Danbooru2021 icon indicating copy to clipboard operation
Danbooru2021 copied to clipboard

Warning on image - issue?

Open fire-eggs opened this issue 5 years ago • 0 comments

Warning (from warnings module):
  File "C:\Users\Kevin\AppData\Local\Programs\Python\Python37\lib\site-packages\PIL\Image.py", line 2731
    DecompressionBombWarning,
DecompressionBombWarning: Image size (101814640 pixels) exceeds limit of 89478485 pixels, could be decompression bomb DOS attack.

select image_id from images where user_delete=0 and rating=? and image_id in (select image_id from imageTags where tag_id in (select tag_id from tags where name=?) INTERSECT select image_id from imageTags where tag_id in (select tag_id from tags where name=?) EXCEPT select image_id from imageTags where tag_id in (select tag_id from tags where name=?)) order by image_id ('s', 'maid', 'looking_back', 'touhou')

image: 3250376.jpg [image 772 of 802] image is 8420x12092

fire-eggs avatar Jan 17 '20 14:01 fire-eggs