Skip to content

Commit 6a9aa23

Browse files
authored
Merge pull request #21 from JeffAlyanak/readme-update
Readme update
2 parents 6e04aa9 + ab69782 commit 6a9aa23

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 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,11 +169,8 @@ 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)
172+
* [`-transpose`](http://www.imagemagick.org/script/command-line-options.php#transpose)
173+
* [`-transverse`](http://www.imagemagick.org/script/command-line-options.php#transverse)
171174
* [`xc:`](http://www.imagemagick.org/Usage/canvas/)
172175

173176
Feel free to ask/create an issue if you need more!

0 commit comments

Comments
 (0)