From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-131654-garchives=archives.gentoo.org@lists.gentoo.org>) id 1RUonD-00040Q-Of for garchives@archives.gentoo.org; Mon, 28 Nov 2011 00:09:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9CAC21C086; Mon, 28 Nov 2011 00:09:31 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 7822A21C034 for <gentoo-user@lists.gentoo.org>; Mon, 28 Nov 2011 00:08:12 +0000 (UTC) Received: by vbbff1 with SMTP id ff1so6507525vbb.40 for <gentoo-user@lists.gentoo.org>; Sun, 27 Nov 2011 16:08:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=CiVw9PZ3dM141uq4W1ZucMGEA+OVGgrTiTq0ERetXe4=; b=yIWaeLvy+46IJxDzAL3u4j9iF7fY+K2IlOOT9tvhjdsW2UMnmWYm3kmYTwVZhz/vzc DU3btDtHdnWX+z3OADWOxYFYUEzcRn7kU9zk3LHoHqBsk4ik/WvxuBn+u7Q6YN4yVbnN I0aT0c+hhb8iziAYZYWhpFwQUJca27aL1QGdQ= Received: by 10.52.20.147 with SMTP id n19mr40992057vde.77.1322438891991; Sun, 27 Nov 2011 16:08:11 -0800 (PST) Received: from [192.168.2.5] (adsl-65-0-115-63.jan.bellsouth.net. [65.0.115.63]) by mx.google.com with ESMTPS id p17sm16059343vdj.4.2011.11.27.16.08.10 (version=SSLv3 cipher=OTHER); Sun, 27 Nov 2011 16:08:11 -0800 (PST) Message-ID: <4ED2D0E8.40902@gmail.com> Date: Sun, 27 Nov 2011 18:08:08 -0600 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ImageMagick References: <4ED2A6D9.1020905@gmail.com> <2079275.oEENtEHvdm@pc> <4ED2B3E8.2000500@gmail.com> <28754959.n0nmvCtAsn@pc> <4ED2D913.3000903@gmail.com> In-Reply-To: <4ED2D913.3000903@gmail.com> Content-Type: multipart/alternative; boundary="------------010504020609090907040105" X-Archives-Salt: 9d9ae562-ac6a-4433-8e46-46214afef820 X-Archives-Hash: 7d2fa1ed85109f32ae2b83880cb2baae This is a multi-part message in MIME format. --------------010504020609090907040105 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Colleen Beamer wrote: > > > Oh, yes, it was! :-) There used to be a command in /usr/bin named > imagemagick and if you launched it, it brought up an interface with > menus/buttons that you could click on. Granted, I haven't used it in > quite a while. However, I used to use it all the time to scale > graphics when I was writing the handbook for krecipes and convert > images from jpeg to png. > > Regards, > > Colleen > > I searched for that command, I can't find it or any reference to it having any GUI at all. According to the wiki: "The software mainly consists of a number of command-line interface <http://en.wikipedia.org/wiki/Command-line_interface> utilities for manipulating images. ImageMagick does *not* have a GUI <http://en.wikipedia.org/wiki/Graphical_user_interface>-based interface to edit images, as do Adobe Photoshop <http://en.wikipedia.org/wiki/Adobe_Photoshop> and GIMP <http://en.wikipedia.org/wiki/GIMP>, but instead modifies existing images as directed by various command-line parameters. " http://en.wikipedia.org/wiki/ImageMagick I also can't find anything on their website about a GUI either. There are front ends to it tho. This from the imagemagick website: "The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F <http://www.imagemagick.org/script/api.php#ada> (Ada), MagickCore <http://www.imagemagick.org/script/api.php#c> (C), MagickWand <http://www.imagemagick.org/script/api.php#c> (C), ChMagick <http://www.imagemagick.org/script/api.php#ch> (Ch), ImageMagickObject <http://www.imagemagick.org/script/api.php#com_> (COM+), Magick++ <http://www.imagemagick.org/script/api.php#c__> (C++), JMagick <http://www.imagemagick.org/script/api.php#java> (Java), L-Magick <http://www.imagemagick.org/script/api.php#lisp> (Lisp), NMagick <http://www.imagemagick.org/script/api.php#neko> (Neko/haXe), MagickNet <http://www.imagemagick.org/script/api.php#dot-net> (.NET), PascalMagick <http://www.imagemagick.org/script/api.php#pascal> (Pascal), PerlMagick <http://www.imagemagick.org/script/api.php#perl> (Perl), MagickWand for PHP <http://www.imagemagick.org/script/api.php#php> (PHP), IMagick <http://www.imagemagick.org/script/api.php#php> (PHP), PythonMagick <http://www.imagemagick.org/script/api.php#python> (Python), RMagick <http://www.imagemagick.org/script/api.php#ruby> (Ruby), or TclMagick <http://www.imagemagick.org/script/api.php#tcl> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and /automagically/." I'm not sure if any of those are GUI tho. Maybe whatever distro you were using sort of played a name game with the command? The command was named imagemagick but was actually pointing to something else that had a GUI and was a front end for it. Krecipe huh? Installing it now. I like to cook and eat. lol Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! --------------010504020609090907040105 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Colleen Beamer wrote: <blockquote cite="mid:4ED2D913.3000903@gmail.com" type="cite"> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <br> <br> Oh, yes, it was! :-) There used to be a command in /usr/bin named imagemagick and if you launched it, it brought up an interface with menus/buttons that you could click on. Granted, I haven't used it in quite a while. However, I used to use it all the time to scale graphics when I was writing the handbook for krecipes and convert images from jpeg to png. <br> <br> Regards,<br> <br> Colleen<br> <br> <br> </blockquote> <br> I searched for that command, I can't find it or any reference to it having any GUI at all. According to the wiki:<br> <br> "The software mainly consists of a number of <a href="http://en.wikipedia.org/wiki/Command-line_interface" title="Command-line interface">command-line interface</a> utilities for manipulating images. ImageMagick does *not* have a <a href="http://en.wikipedia.org/wiki/Graphical_user_interface" title="Graphical user interface">GUI</a>-based interface to edit images, as do <a href="http://en.wikipedia.org/wiki/Adobe_Photoshop" title="Adobe Photoshop">Adobe Photoshop</a> and <a href="http://en.wikipedia.org/wiki/GIMP" title="GIMP">GIMP</a>, but instead modifies existing images as directed by various command-line parameters. "<br> <br> <a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/ImageMagick">http://en.wikipedia.org/wiki/ImageMagick</a><br> <br> I also can't find anything on their website about a GUI either. There are front ends to it tho. This from the imagemagick website:<br> <br> "The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces: <a href="http://www.imagemagick.org/script/api.php#ada">G2F</a> (Ada), <a href="http://www.imagemagick.org/script/api.php#c">MagickCore</a> (C), <a href="http://www.imagemagick.org/script/api.php#c">MagickWand</a> (C), <a href="http://www.imagemagick.org/script/api.php#ch">ChMagick</a> (Ch), <a href="http://www.imagemagick.org/script/api.php#com_">ImageMagickObject</a> (COM+), <a href="http://www.imagemagick.org/script/api.php#c__">Magick++</a> (C++), <a href="http://www.imagemagick.org/script/api.php#java">JMagick</a> (Java), <a href="http://www.imagemagick.org/script/api.php#lisp">L-Magick</a> (Lisp), <a href="http://www.imagemagick.org/script/api.php#neko">NMagick</a> (Neko/haXe), <a href="http://www.imagemagick.org/script/api.php#dot-net">MagickNet</a> (.NET), <a href="http://www.imagemagick.org/script/api.php#pascal">PascalMagick</a> (Pascal), <a href="http://www.imagemagick.org/script/api.php#perl">PerlMagick</a> (Perl), <a href="http://www.imagemagick.org/script/api.php#php">MagickWand for PHP</a> (PHP), <a href="http://www.imagemagick.org/script/api.php#php">IMagick</a> (PHP), <a href="http://www.imagemagick.org/script/api.php#python">PythonMagick</a> (Python), <a href="http://www.imagemagick.org/script/api.php#ruby">RMagick</a> (Ruby), or <a href="http://www.imagemagick.org/script/api.php#tcl">TclMagick</a> (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and <em>automagically</em>."<br> <br> I'm not sure if any of those are GUI tho. <br> <br> Maybe whatever distro you were using sort of played a name game with the command? The command was named imagemagick but was actually pointing to something else that had a GUI and was a front end for it. <br> <br> Krecipe huh? Installing it now. I like to cook and eat. lol <br> <br> Dale<br> <br> :-) :-) <br> <br> <pre class="moz-signature" cols="72">-- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!</pre> </body> </html> --------------010504020609090907040105--