Search found 4 matches

by JohnBobSmith
2016-10-13T16:59:44-07:00
Forum: Bugs
Topic: Linux bug with mogrify resize command [SOLVED]
Replies: 7
Views: 7499

Re: Linux bug with mogrify resize command

I seem to have made a mistake with my packages, and I am now downloading 300MB or so of updates. This will most likely fix the issue. If it does, I will mark the topic as solved. Thank you for your time. :)

EDIT 10/15/2016:
It appears that I do not have the latest version of imagemagick available ...
by JohnBobSmith
2016-10-13T16:28:22-07:00
Forum: Bugs
Topic: Linux bug with mogrify resize command [SOLVED]
Replies: 7
Views: 7499

Re: Linux bug with mogrify resize command

I am running IM only from the command line as shown. I will try a re-install now.

EDIT: The re-install did nothing. The error remains.
by JohnBobSmith
2016-10-13T16:15:56-07:00
Forum: Bugs
Topic: Linux bug with mogrify resize command [SOLVED]
Replies: 7
Views: 7499

Re: Linux bug with mogrify resize command

A random input image from google: https://www.newton.ac.uk/files/covers/968361.jpg causes the same result as in the original post. Oddly enough, the convert command does the same thing:

jbs@dmb-gaming-laptop images]$ convert random02.jpg -resize 100x100 result.png
LLVM ERROR: Cannot select ...
by JohnBobSmith
2016-10-13T03:39:26-07:00
Forum: Bugs
Topic: Linux bug with mogrify resize command [SOLVED]
Replies: 7
Views: 7499

Linux bug with mogrify resize command [SOLVED]

Greetings,

My reason for registering here is because I would like to report a bug with the mogrify -resize command. Information is as follows:

My operating system:

[jbs@dmb-gaming-laptop images]$ uname -sr
Linux 4.7.5-1-ARCH


My version of mogrify:

[jbs@dmb-gaming-laptop images]$ mogrify ...