LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zorin OS (https://www.linuxquestions.org/questions/zorin-os-107/)
-   -   imagemagick (https://www.linuxquestions.org/questions/zorin-os-107/imagemagick-4175623691/)

wiliamvw 02-13-2018 05:23 PM

imagemagick
 
Supposedly have IM installed, but when click its app listing under graphics, nothing happens; just back to full screen.
Any idea what I'm missing?

Mill J 02-13-2018 05:44 PM

Yes. I think it's commandline. I think you'll have to get a front-end for it.

ondoho 02-14-2018 01:32 AM

Code:

list imagemagick|grep /usr/bin
imagemagick /usr/bin/
imagemagick /usr/bin/Magick++-config
imagemagick /usr/bin/MagickCore-config
imagemagick /usr/bin/MagickWand-config
imagemagick /usr/bin/animate
imagemagick /usr/bin/compare
imagemagick /usr/bin/composite
imagemagick /usr/bin/conjure
imagemagick /usr/bin/convert
imagemagick /usr/bin/display
imagemagick /usr/bin/identify
imagemagick /usr/bin/import
imagemagick /usr/bin/magick
imagemagick /usr/bin/magick-script
imagemagick /usr/bin/mogrify
imagemagick /usr/bin/montage
imagemagick /usr/bin/stream

afaics all these are command line tools, except 'display'.

knudfl 02-14-2018 06:22 AM

Ubuntu : Example imagemagick file list → Ubuntu 16.04
https://packages.ubuntu.com/xenial-u...agick/filelist
Code:

/usr/bin/animate-im6
/usr/bin/compare-im6
/usr/bin/composite-im6
/usr/bin/conjure-im6
/usr/bin/convert-im6
/usr/bin/display-im6
/usr/bin/identify-im6
/usr/bin/import-im6
/usr/bin/mogrify-im6
/usr/bin/montage-im6
/usr/bin/stream-im6
.

All "imagemagick" packages https://packages.ubuntu.com/search?k...searchon=names

"List files command" : $ dpkg -L <package name>

-

BW-userx 02-14-2018 10:34 AM

you could go into your /usr/share/applications and look at its desktop file to see why it is being added to your menu, look at the Exec=" what ever " line to see what it is suppose to be calling to give you more insight as to why that is even in your menu.

John VV 02-14-2018 10:37 AM

the IM gui -- if you can call it that
is called " display "

open a TERMINAL and type in display and hit enter button

if there is an error please post that

wiliamvw 02-14-2018 03:07 PM

solved
 
Everyone's input helped get problem solved [didn't realize how much of it was command line]. Now am looking into graphics magick.

John VV 02-14-2018 09:39 PM

GM is the same as IM

the two are mostly still the same code

and GM uses "display" also

both are mostly ( as in 99% ) for use in a terminal or a script or linking one of the libraries in a program


All times are GMT -5. The time now is 05:32 PM.