noob needs a gui for imagemagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jason
Posts: 5
Joined: 2011-09-30T14:16:18-07:00
Authentication code: 8675308
Location: Los Angeles, California, USA

noob needs a gui for imagemagick

Post by jason »

I'm new to imagemagick and was wondering if there is gui for it that people would recommend. It's been a little slow going for me to learn the command line options and to debug.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: noob needs a gui for imagemagick

Post by fmw42 »

If you are on unix, you can display an image from the command line (display yourimage), then click on it and the GUI will open. It does not have every feature though.

Alternately, you can use an online ImageMagick Studio tool at http://www.imagemagick.org/MagickStudio ... Studio.cgi. This also has limited features.
jason
Posts: 5
Joined: 2011-09-30T14:16:18-07:00
Authentication code: 8675308
Location: Los Angeles, California, USA

Re: noob needs a gui for imagemagick

Post by jason »

Thanks for the info, fmw42.
I'm on windows, but i did give the ImageMagick Studio web tool a try. It wasn't quite what I had in mind but maybe it'll help teach me all options in ImageMagick.
jason
Posts: 5
Joined: 2011-09-30T14:16:18-07:00
Authentication code: 8675308
Location: Los Angeles, California, USA

Re: noob needs a gui for imagemagick

Post by jason »

Oh. I forgot to mention that i found various posts on vips and about "Using ImageMagick from nip2". However I wasn't sure how to go about getting it to work on windows. Seemed like it was more of a linux thing.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: noob needs a gui for imagemagick

Post by fmw42 »

jason wrote:Oh. I forgot to mention that i found various posts on vips and about "Using ImageMagick from nip2". However I wasn't sure how to go about getting it to work on windows. Seemed like it was more of a linux thing.

As far as I know, that discussion was for something that someone proposed. There is apparently only one example function that was put together to demonstrate the potential. I don't think it has been followed up with all the IM features. They were hoping someone might give it a go at programming more into it. You could PM the poster or email him about his demonstration to verify if further work has been done on it.

Best way to learn command line IM is to read the example pages put together by Anthony at
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
and then just play around.

Also see
http://www.imagemagick.org/script/comma ... ptions.php
http://www.imagemagick.org/script/comma ... t8u1877om1
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: noob needs a gui for imagemagick

Post by Bonzo »

I did try it using nip2 on Vista and it was OK but hard to learn; there is a guy working on a GUI at the moment but it will only be for 64bit Windows versions and no progress reports have been posted.
jason
Posts: 5
Joined: 2011-09-30T14:16:18-07:00
Authentication code: 8675308
Location: Los Angeles, California, USA

Re: noob needs a gui for imagemagick

Post by jason »

Thanks for all this great info!

This morning I found a tool called "Picture Tweaker". I think this may be the ImageMagick GUI I've been looking for. It uses gadgets and wires to hook up ImageMagick operations, and reminds me of the "create" mode in "Little Big Planet 2". What do you guys think? I've been playing with it for the past couple of hours. Here is the url: http://www.picturetweaker.org
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: noob needs a gui for imagemagick

Post by Bonzo »

A very interesting program jason and I have never seen it before; I wonder why the developers have not posted anythng here - unless I missed it !

I will give it a go later as well.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: noob needs a gui for imagemagick

Post by Bonzo »

I can not get it to run; I must have something missing on my PC.
jason
Posts: 5
Joined: 2011-09-30T14:16:18-07:00
Authentication code: 8675308
Location: Los Angeles, California, USA

Re: noob needs a gui for imagemagick

Post by jason »

I would try emailing them. It works quite nicely on my machine. I'm running Vista 64 bit with an NVidia Quadro FX video card.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: noob needs a gui for imagemagick

Post by Bonzo »

I emailed the developer who is very helpful; my initial problem was down to and old OpenGL driver or graphics driver.
merv
Posts: 6
Joined: 2013-04-12T09:46:23-07:00
Authentication code: 6789

Re: noob needs a gui for imagemagick

Post by merv »

The GIMP Batch Process can be used for most things
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: noob needs a gui for imagemagick

Post by fmw42 »

jason wrote:Thanks for all this great info!

This morning I found a tool called "Picture Tweaker". I think this may be the ImageMagick GUI I've been looking for. It uses gadgets and wires to hook up ImageMagick operations, and reminds me of the "create" mode in "Little Big Planet 2". What do you guys think? I've been playing with it for the past couple of hours. Here is the url: http://www.picturetweaker.org
That link seems to be broken.

There is a web based tool that uses Imagemagick and some of my scripts at jqmagick.imagemagick.org
Post Reply