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 ) id 1RUoO8-0006AV-5l for garchives@archives.gentoo.org; Sun, 27 Nov 2011 23:44:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95ED021C0AB; Sun, 27 Nov 2011 23:43:41 +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 54C2321C028 for ; Sun, 27 Nov 2011 23:42:18 +0000 (UTC) Received: by vbbff1 with SMTP id ff1so6496235vbb.40 for ; Sun, 27 Nov 2011 15:42:17 -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:x-enigmail-version:content-type; bh=S2eQEHMBXGgVjEVvAHuzZ6ooHu9hJedSoSgj+vlcXhQ=; b=NHbfFY+WNZdQUOwUIUM8cZ0VvNlql4oQ8Z+WNTCVzoo7MhYrZUJfB/gccU9wj3MwE7 dyn0sy4kMar3eIdmrMG3kP1f8ONFnbl0cLD0a3EauX71gGXLywvD/XbYwvEJ9or7yzkR lN6LPAtvu5p4Q2Xhj+DqAa7qNisUZysGiKfbQ= Received: by 10.52.38.65 with SMTP id e1mr40585721vdk.131.1322437337838; Sun, 27 Nov 2011 15:42:17 -0800 (PST) Received: from [192.168.2.15] (bas1-hamilton02-1279489609.dsl.bell.ca. [76.67.118.73]) by mx.google.com with ESMTPS id a2sm40385768vdj.3.2011.11.27.15.42.16 (version=SSLv3 cipher=OTHER); Sun, 27 Nov 2011 15:42:17 -0800 (PST) Message-ID: <4ED2D913.3000903@gmail.com> Date: Sun, 27 Nov 2011 19:42:59 -0500 From: Colleen Beamer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111126 Thunderbird/8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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> In-Reply-To: <28754959.n0nmvCtAsn@pc> X-Enigmail-Version: 1.3.3 Content-Type: multipart/alternative; boundary="------------040107050902070206090709" X-Archives-Salt: 6d85723f-ffe8-4324-ab62-d2b263d4303e X-Archives-Hash: 8fe14cedb7346c3ec99feb5f0fdf7c45 This is a multi-part message in MIME format. --------------040107050902070206090709 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 11/27/11 16:18, Michael Schreckenbauer wrote: > Am Sonntag, 27. November 2011, 17:04:24 schrieb Colleen Beamer: >> On 11/27/11 15:18, Michael Schreckenbauer wrote: >>> Hi Colleen, >>> >>> Am Sonntag, 27. November 2011, 16:08:41 schrieb Colleen Beamer: >>>> Hi all, >>>> >>>> I used to use ImageMagick to quickly resize images and convert from >>>> one >>>> format to another (jpg to png, for example). ImageMagick is installed >>>> on my system (installed as requirement of something else), but I'm >>>> darned if I can find an executable to run the program. There used to >>>> be >>>> one in /usr/bin on my old system. >>>> Does anyone have any experience with this? >>> >>> yes :) It's /usr/bin/convert >> >> This isn't quite what I wanted - you have to add options to the >> command. I was hoping to get the graphical interface that I had >> before. Please don't tell me they took a great little program and >> screwed it up! :-) > > ImageMagick has no gui-frontend and it never had. It's a library for image > manipulation and a collection of CLI-programs for the same task. > I have no idea what you used before, but it wasn't part of ImageMagick. 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 -- Registered Linux User #411143 with the Linux Counter, http://counter.li.org --------------040107050902070206090709 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 11/27/11 16:18, Michael Schreckenbauer wrote:
> Am Sonntag, 27. November 2011, 17:04:24 schrieb Colleen Beamer:
>> On 11/27/11 15:18, Michael Schreckenbauer wrote:
>>> Hi Colleen,
>>>
>>> Am Sonntag, 27. November 2011, 16:08:41 schrieb Colleen Beamer:
>>>> Hi all,
>>>>
>>>> I used to use ImageMagick to quickly resize images and convert from
>>>> one
>>>> format to another (jpg to png, for example). ImageMagick is installed
>>>> on my system (installed as requirement of something else), but I'm
>>>> darned if I can find an executable to run the program. There used to
>>>> be
>>>> one in /usr/bin on my old system.
>>>> Does anyone have any experience with this?
>>>
>>> yes :) It's /usr/bin/convert
>>
>> This isn't quite what I wanted - you have to add options to the
>> command. I was hoping to get the graphical interface that I had
>> before. Please don't tell me they took a great little program and
>> screwed it up! :-)
>
> ImageMagick has no gui-frontend and it never had. It's a library for image
> manipulation and a collection of CLI-programs for the same task.
> I have no idea what you used before, but it wasn't part of ImageMagick.


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


--

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

--------------040107050902070206090709--