Class | MiniMagick::Image |
In: |
lib/mini_magick.rb
|
Parent: | Object |
open | -> | from_file |
output | [R] | |
path | [R] | |
tempfile | [R] |
Sends raw commands to imagemagick‘s mogrify command. The image path is automatically appended to the command
This is a ‘special’ command because it needs to change @path to reflect the new extension Formatting an animation into a non-animated type will result in ImageMagick creating multiple pages (starting with 0). You can choose which page you want to manipulate. We default to the first page.
If an unknown method is called then it is sent through the morgrify program Look here to find all the commands (www.imagemagick.org/script/mogrify.php)