Skip to content

Commit ab69782

Browse files
committed
Put options in alpha order.
This makes it a lot easier to quickly see if an option you need is supported.
1 parent 76b023c commit ab69782

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,21 @@ This is why a "few" ones are implemented now, to make sure validation is possibl
146146

147147
**Note:** If an option is not implemented in the `Command` class, you can create an issue or make a Pull Request that implements the new option!
148148

149+
* [`-annotate`](http://www.imagemagick.org/script/command-line-options.php#annotate)
149150
* [`-background`](http://www.imagemagick.org/script/command-line-options.php#background)
150151
* [`-blur`](http://www.imagemagick.org/script/command-line-options.php#blur)
152+
* [`-colorspace`](http://www.imagemagick.org/script/command-line-options.php#colorspace)
151153
* [`-crop`](http://www.imagemagick.org/script/command-line-options.php#crop)
154+
* [`-depth`](http://www.imagemagick.org/script/command-line-options.php#depth)
155+
* [`-draw`](http://www.imagemagick.org/script/command-line-options.php#draw)
152156
* [`-extent`](http://www.imagemagick.org/script/command-line-options.php#extent)
153157
* [`-fill`](http://www.imagemagick.org/script/command-line-options.php#fill)
158+
* [`-flatten`](http://www.imagemagick.org/script/command-line-options.php#flatten)
154159
* [`-font`](http://www.imagemagick.org/script/command-line-options.php#font)
155160
* [`-gaussian-blur`](http://www.imagemagick.org/script/command-line-options.php#gaussian-blur)
156161
* [`-gravity`](http://www.imagemagick.org/script/command-line-options.php#gravity)
157162
* [`-interlace`](http://www.imagemagick.org/script/command-line-options.php#interlace)
163+
* [`-monochrome`](http://www.imagemagick.org/script/command-line-options.php#monochrome)
158164
* [`-pointsize`](http://www.imagemagick.org/script/command-line-options.php#pointsize)
159165
* [`-quality`](http://www.imagemagick.org/script/command-line-options.php#quality)
160166
* [`-resize`](http://www.imagemagick.org/script/command-line-options.php#resize)
@@ -163,12 +169,6 @@ This is why a "few" ones are implemented now, to make sure validation is possibl
163169
* [`-strip`](http://www.imagemagick.org/script/command-line-options.php#strip)
164170
* [`-stroke`](http://www.imagemagick.org/script/command-line-options.php#stroke)
165171
* [`-thumbnail`](http://www.imagemagick.org/script/command-line-options.php#thumbnail)
166-
* [`-annotate`](http://www.imagemagick.org/script/command-line-options.php#annotate)
167-
* [`-draw`](http://www.imagemagick.org/script/command-line-options.php#draw)
168-
* [`-depth`](http://www.imagemagick.org/script/command-line-options.php#depth)
169-
* [`-flatten`](http://www.imagemagick.org/script/command-line-options.php#flatten)
170-
* [`-colorspace`](http://www.imagemagick.org/script/command-line-options.php#colorspace)
171-
* [`-monochrome`](http://www.imagemagick.org/script/command-line-options.php#monochrome)
172172
* [`-transpose`](http://www.imagemagick.org/script/command-line-options.php#transpose)
173173
* [`-transverse`](http://www.imagemagick.org/script/command-line-options.php#transverse)
174174
* [`xc:`](http://www.imagemagick.org/Usage/canvas/)

0 commit comments

Comments
 (0)