How do you use Magick.NET to produce the same results as this command line? I can't seem to reproduce this using the wrapper:
magick convert -size 980x -font Arial -pointsize 54 -background transparent -fill black caption:"@pokemon.txt" rofl_arial.png
How do you initialize a new MagickImage object specifying only a width in Magick.NET?