Skip to content

Commit

Permalink
Still prioritize ImageMagick before GraphicsMagick
Browse files Browse the repository at this point in the history
This change was made in
916b895,
but it's unrelated. For backwards compatibility we still pick up
ImageMagick over GraphicsMagick by default.
  • Loading branch information
janko committed Jan 6, 2020
1 parent adb8283 commit 4749aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_magick/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def configure

CLI_DETECTION = {
imagemagick7: "magick",
graphicsmagick: "gm",
imagemagick: "mogrify",
graphicsmagick: "gm",
}

# @private (for backwards compatibility)
Expand Down

0 comments on commit 4749aab

Please sign in to comment.