Skip to content

Commit

Permalink
Allow degree=auto for image command line
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed May 30, 2017
1 parent dda8def commit 7e4824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilbox/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def main():
metavar="|".join(Image.POSITIONS), type=str)
define("filter", help="default filter to use when resizing",
metavar="|".join(Image.FILTERS), type=str)
define("degree", help="the desired rotation degree", type=int)
define("degree", help="the desired rotation degree", type=str)
define("expand", help="expand image size to accomodate rotation", type=int)
define("rect", help="rectangle: x,y,w,h", type=str)
define("format", help="default format to use when saving",
Expand Down

0 comments on commit 7e4824a

Please sign in to comment.