Skip to content

Commit

Permalink
Renames processor to TrimBorderColor
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwithanm committed Nov 16, 2011
1 parent cfd503a commit ed64032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagekit/processors/crop.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def detect_border_color(img):
return ImageStat.Stat(img.convert('RGBA').histogram(mask)).median


class TrimColor(object):
class TrimBorderColor(object):
"""Trims a color from the sides of an image.
"""
Expand Down

0 comments on commit ed64032

Please sign in to comment.