public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: [gentoo-user] ImageMagick
  2011-11-27 21:08 [gentoo-user] ImageMagick Colleen Beamer
@ 2011-11-27 20:17 ` Michael Mol
  2011-11-27 20:18 ` Michael Schreckenbauer
  1 sibling, 0 replies; 15+ messages in thread
From: Michael Mol @ 2011-11-27 20:17 UTC (permalink / raw
  To: gentoo-user

On Sun, Nov 27, 2011 at 4:08 PM, Colleen Beamer
<colleen.beamer@gmail.com> wrote:
> 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?

equery f imagemagick|grep bin

?


-- 
:wq



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 21:08 [gentoo-user] ImageMagick Colleen Beamer
  2011-11-27 20:17 ` Michael Mol
@ 2011-11-27 20:18 ` Michael Schreckenbauer
  2011-11-27 22:04   ` Colleen Beamer
  1 sibling, 1 reply; 15+ messages in thread
From: Michael Schreckenbauer @ 2011-11-27 20:18 UTC (permalink / raw
  To: gentoo-user

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

> Regards,
> Colleen

Best,
Michael




^ permalink raw reply	[flat|nested] 15+ messages in thread

* [gentoo-user] ImageMagick
@ 2011-11-27 21:08 Colleen Beamer
  2011-11-27 20:17 ` Michael Mol
  2011-11-27 20:18 ` Michael Schreckenbauer
  0 siblings, 2 replies; 15+ messages in thread
From: Colleen Beamer @ 2011-11-27 21:08 UTC (permalink / raw
  To: gentoo-user

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?

Regards,

Colleen

-- 

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




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 22:04   ` Colleen Beamer
@ 2011-11-27 21:18     ` Michael Schreckenbauer
  2011-11-28  0:42       ` Colleen Beamer
  2011-11-27 21:22     ` Michael Mol
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 15+ messages in thread
From: Michael Schreckenbauer @ 2011-11-27 21:18 UTC (permalink / raw
  To: gentoo-user

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.

> Colleen

Best,
Michael




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 22:04   ` Colleen Beamer
  2011-11-27 21:18     ` Michael Schreckenbauer
@ 2011-11-27 21:22     ` Michael Mol
  2011-11-28  0:51       ` Colleen Beamer
  2011-11-27 21:28     ` Michael Schreckenbauer
  2011-11-28 12:19     ` Albert W. Hopkins
  3 siblings, 1 reply; 15+ messages in thread
From: Michael Mol @ 2011-11-27 21:22 UTC (permalink / raw
  To: gentoo-user

On Sun, Nov 27, 2011 at 5:04 PM, Colleen Beamer
<colleen.beamer@gmail.com> wrote:
> On 11/27/11 15:18, Michael Schreckenbauer wrote:
>> Hi Colleen,
>> Am Sonntag, 27. November 2011, 16:08:41 schrieb Colleen Beamer:
>>> 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!  :-)

A GUI interface specifically for imagemagick is news to me;
imagemagick has always been a cli program. I don't see any reference
to a GUI among its USE flags, either. Perhaps you were using some
other program which acted as a front-end? Have you done a --depclean
which may have removed that?

Incidentally, if you want to retain a package, you really should
select it for your @world set; otherwise, a depclean could pull it out
from under you.

-- 
:wq



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 22:04   ` Colleen Beamer
  2011-11-27 21:18     ` Michael Schreckenbauer
  2011-11-27 21:22     ` Michael Mol
@ 2011-11-27 21:28     ` Michael Schreckenbauer
  2011-11-28  0:55       ` Colleen Beamer
  2011-11-28  7:19       ` Róbert Čerňanský
  2011-11-28 12:19     ` Albert W. Hopkins
  3 siblings, 2 replies; 15+ messages in thread
From: Michael Schreckenbauer @ 2011-11-27 21:28 UTC (permalink / raw
  To: gentoo-user

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!  :-)

is /usr/bin/display the program you were looking for?
It supports a subset of ImageMagick's functionality.

> Colleen

Best,
Michael





^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 20:18 ` Michael Schreckenbauer
@ 2011-11-27 22:04   ` Colleen Beamer
  2011-11-27 21:18     ` Michael Schreckenbauer
                       ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Colleen Beamer @ 2011-11-27 22:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 863 bytes --]

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!  :-)

Colleen

-- 

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


[-- Attachment #2: Type: text/html, Size: 1469 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-28  0:42       ` Colleen Beamer
@ 2011-11-28  0:08         ` Dale
  0 siblings, 0 replies; 15+ messages in thread
From: Dale @ 2011-11-28  0:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3110 bytes --]

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!


[-- Attachment #2: Type: text/html, Size: 4430 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 21:18     ` Michael Schreckenbauer
@ 2011-11-28  0:42       ` Colleen Beamer
  2011-11-28  0:08         ` Dale
  0 siblings, 1 reply; 15+ messages in thread
From: Colleen Beamer @ 2011-11-28  0:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 2591 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 21:22     ` Michael Mol
@ 2011-11-28  0:51       ` Colleen Beamer
  0 siblings, 0 replies; 15+ messages in thread
From: Colleen Beamer @ 2011-11-28  0:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1763 bytes --]

On 11/27/11 16:22, Michael Mol wrote:
> On Sun, Nov 27, 2011 at 5:04 PM, Colleen Beamer
> <colleen.beamer@gmail.com> wrote:
>> On 11/27/11 15:18, Michael Schreckenbauer wrote:
>>> Hi Colleen,
>>> Am Sonntag, 27. November 2011, 16:08:41 schrieb Colleen Beamer:
>>>> 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! :-)
>
> A GUI interface specifically for imagemagick is news to me;
> imagemagick has always been a cli program. I don't see any reference
> to a GUI among its USE flags, either. Perhaps you were using some
> other program which acted as a front-end? Have you done a --depclean
> which may have removed that?
>
> Incidentally, if you want to retain a package, you really should
> select it for your @world set; otherwise, a depclean could pull it out
> from under you.
>
Haven't done a depclean.  This is a reasonable new computer.  Haven't
used ImageMagick in quite a while (way before I got this new computer)
and granted, it wasn't a gui that automatically got added to your kmenu,
but I created an icon for and for the command, I used
/usr/bin/imagemagick.  I recall at one point that if I used the command
imagemagick, it would launch some other interface (can't remember which
one) and I had to create a symlink named magick which linked to
/usr/bin/imagemagick.  I have tons of graphics that I resized and
converted to png from jpegs, but unfortunately, the don't say that I
used imagemagick to alter them.

-- 

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


[-- Attachment #2: Type: text/html, Size: 2670 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 21:28     ` Michael Schreckenbauer
@ 2011-11-28  0:55       ` Colleen Beamer
  2011-11-28  6:33         ` Mick
  2011-11-28  7:19       ` Róbert Čerňanský
  1 sibling, 1 reply; 15+ messages in thread
From: Colleen Beamer @ 2011-11-28  0:55 UTC (permalink / raw
  To: gentoo-user

On 11/27/11 16:28, 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!  :-)
> is /usr/bin/display the program you were looking for?
> It supports a subset of ImageMagick's functionality.

Thank you!!!  This is EXACTLY it.  :-)  Like I said, haven't used this
in a while and had forgotten about this!


Regards,

Colleen

-- 

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




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-28  0:55       ` Colleen Beamer
@ 2011-11-28  6:33         ` Mick
  0 siblings, 0 replies; 15+ messages in thread
From: Mick @ 2011-11-28  6:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1792 bytes --]

On Monday 28 Nov 2011 00:55:36 Colleen Beamer wrote:
> On 11/27/11 16:28, 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!  :-)
> > 
> > is /usr/bin/display the program you were looking for?
> > It supports a subset of ImageMagick's functionality.
> 
> Thank you!!!  This is EXACTLY it.  :-)  Like I said, haven't used this
> in a while and had forgotten about this!

I was also going to mention /usr/bin/display, but as I wasn't quick enough I 
will mention Kim4:

kde-misc/kim4
     Available versions:  
	(4)
		(~)	0.9.5 "~amd64 ~x86"
     Installed versions:  0.9.5(4)(16:39:44 12/18/10)
     Homepage:            http://www.kde-
apps.org/content/show.php/Kim+%28Kde+Image+Menu%29?content=11505
     Description:         a Dolphin and Konqueror service menu for ImageMagick

in case you are using KDE apps.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 21:28     ` Michael Schreckenbauer
  2011-11-28  0:55       ` Colleen Beamer
@ 2011-11-28  7:19       ` Róbert Čerňanský
  2011-11-28  8:04         ` Philip Webb
  1 sibling, 1 reply; 15+ messages in thread
From: Róbert Čerňanský @ 2011-11-28  7:19 UTC (permalink / raw
  To: gentoo-user

On Sun, 27 Nov 2011 22:28:35 +0100
Michael Schreckenbauer <grimlog@gmx.de> 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!  :-)
> 
> is /usr/bin/display the program you were looking for?
> It supports a subset of ImageMagick's functionality.

There was also another GUI with commands like on this screenshot:
http://tuxradar.com/files/imagemagick-1.png but I do not remember how
to launch it. :-)

Robert



-- 
Róbert Čerňanský
E-mail: hslists2@zoznam.sk
Jabber: hs@jabber.sk



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-28  7:19       ` Róbert Čerňanský
@ 2011-11-28  8:04         ` Philip Webb
  0 siblings, 0 replies; 15+ messages in thread
From: Philip Webb @ 2011-11-28  8:04 UTC (permalink / raw
  To: gentoo-user

111128 Róbert Čerňanský wrote:
> Am Sonntag, 27. November 2011, 17:04:24 schrieb Colleen Beamer:
>> I used to use ImageMagick to quickly resize images and convert
>> from one format to another (jpg to png, for example),
>> 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.
> There was also another GUI with commands like on this screenshot:
> http://tuxradar.com/files/imagemagick-1.png
> but I do not remember how to launch it.

That's 'display'.  Use left-mouse to display the menu.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [gentoo-user] ImageMagick
  2011-11-27 22:04   ` Colleen Beamer
                       ` (2 preceding siblings ...)
  2011-11-27 21:28     ` Michael Schreckenbauer
@ 2011-11-28 12:19     ` Albert W. Hopkins
  3 siblings, 0 replies; 15+ messages in thread
From: Albert W. Hopkins @ 2011-11-28 12:19 UTC (permalink / raw
  To: gentoo-user

On Sun, 2011-11-27 at 17:04 -0500, Colleen Beamer wrote:
[..]
> > 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!  :-)
> 
> Colleen
> 
AFAIK ImageMagick has *always* been a suite of commands, and an optional
GUI client. I have been used ImageMagick as far back as the early 90s
and it's always been that way... perhaps we were using different
ImageMagicks?






^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-11-28 12:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-27 21:08 [gentoo-user] ImageMagick Colleen Beamer
2011-11-27 20:17 ` Michael Mol
2011-11-27 20:18 ` Michael Schreckenbauer
2011-11-27 22:04   ` Colleen Beamer
2011-11-27 21:18     ` Michael Schreckenbauer
2011-11-28  0:42       ` Colleen Beamer
2011-11-28  0:08         ` Dale
2011-11-27 21:22     ` Michael Mol
2011-11-28  0:51       ` Colleen Beamer
2011-11-27 21:28     ` Michael Schreckenbauer
2011-11-28  0:55       ` Colleen Beamer
2011-11-28  6:33         ` Mick
2011-11-28  7:19       ` Róbert Čerňanský
2011-11-28  8:04         ` Philip Webb
2011-11-28 12:19     ` Albert W. Hopkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox