Search found 5 matches

by initialzero
2016-08-15T16:18:50-07:00
Forum: Bugs
Topic: 7.0.1-4 convert -version returns exit code 1
Replies: 8
Views: 4792

Re: 7.0.1-4 convert -version returns exit code 1

OSX 10.11.6 (15G31) El Capitan
by initialzero
2016-08-12T20:52:37-07:00
Forum: Bugs
Topic: 7.0.1-4 convert -version returns exit code 1
Replies: 8
Views: 4792

Re: 7.0.1-4 convert -version returns exit code 1

initialzero wrote:OSX binary provided fromm ImageMagick
Version: ImageMagick 7.0.1-4 Q16 x86_64 2016-05-15 http://www.imagemagick.org
The first post mentions OSX and version.
by initialzero
2016-08-12T12:52:04-07:00
Forum: Bugs
Topic: 7.0.1-4 convert -version returns exit code 1
Replies: 8
Views: 4792

Re: 7.0.1-4 convert -version returns exit code 1

It's only convert for me. I will try upgrading. $ magick -version Version: ImageMagick 7.0.1-4 Q16 x86_64 2016-05-15 http://www.imagemagick.org Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC HDRI Delegates (built ...
by initialzero
2016-08-12T11:11:20-07:00
Forum: Bugs
Topic: 7.0.1-4 convert -version returns exit code 1
Replies: 8
Views: 4792

7.0.1-4 convert -version returns exit code 1

OSX binary provided fromm ImageMagick
Version: ImageMagick 7.0.1-4 Q16 x86_64 2016-05-15 http://www.imagemagick.org

Convert -version or -help always returns 1. This isn't the same behavior experienced in 6.x.

Experienced results
convert -version
echo $?
1

Expected results
convert -version
echo $?
0