consts.py 98 B

12345
  1. MIN_PIXELS=3136
  2. MAX_PIXELS=11289600
  3. IMAGE_FACTOR=28
  4. image_extensions = {'.jpg', '.jpeg', '.png'}