fire-eggs / fire-eggs/Danbooru2021

Warning on image - issue?

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
42
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.