Browse code

Documentation for scale filter factor

Lars Kiesow authored on 2014/01/25 23:02:15
Showing 1 changed files
... ...
@@ -81,6 +81,7 @@ typedef struct {
81 81
      * New dimensions. Special values are:
82 82
      *   0 = original width/height
83 83
      *  -1 = keep original aspect
84
+     *  -N = try to keep aspect but make sure it is divisible by N
84 85
      */
85 86
     int w, h;
86 87
     char *size_str;