File: crop.py

package info (click to toggle)
python-django-imagekit 4.0.2-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 704 kB
  • sloc: python: 2,000; makefile: 133
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
import warnings

from pilkit.processors.crop import *

warnings.warn('imagekit.processors.crop is deprecated use imagekit.processors instead', DeprecationWarning)

__all__ = ['TrimBorderColor', 'Crop', 'SmartCrop']