Re: [Gimp-user] ImageMagick

2002-01-30 Thread Hago Ziegler

Hi David,

>   I think I've fixed the problems with dbp. 

Good. It compiled (with some warnings, but it did).
It also works very nice.
The only thing: the plugin crashes after its work is done.
This doesn't bother me, I just wanted to tell you.

Thank you.

Regards   Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-30 Thread David Hodson

Hago,

  I think I've fixed the problems with dbp. (They were due to
writing C++ style C, and using gcc 3.0.) The new (30Jan2002)
version is now at:

  http://members.ozemail.com.au/~hodsond/dbp.html

and should compile.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-28 Thread Hago Ziegler

Hi,

> Install the GIMP/GTK+ development libraries/headers.

I did.
After that, the demanded files are found (at least i don't get this warnings 
anymore). Now I get this:

hago@linux:~/dbp> make userinstall
gcc -o dbp -Wall -O2 dbp.c -I/usr/local/include -I/usr/local/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include 
-L/usr/local/lib -lgimpui -lgimp -L/usr/X11R6/lib -lgtk -lgdk -L/usr/lib 
-rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm
dbp.c: In function `run':
dbp.c:82: parse error before `run_mode'
dbp.c:83: `run_mode' undeclared (first use in this function)
dbp.c:83: (Each undeclared identifier is reported only once
dbp.c:83: for each function it appears in.)
dbp.c:87: warning: unreachable code at beginning of switch statement
dbp.c: In function `addValueRow':
dbp.c:152: parse error before `*'
dbp.c:156: `spinner' undeclared (first use in this function)
dbp.c:156: `zeroWidth' undeclared (first use in this function)
dbp.c:159: parse error before `*'
.[cut]..
dbp.c:1583: `cancel' undeclared (first use in this function)
dbp.c:1595: parse error before `*'
dbp.c:1597: `progress' undeclared (first use in this function)
dbp.c: In function `dbp':
dbp.c:1621: parse error before `dbpData'
dbp.c:1622: `dbpData' undeclared (first use in this function)
dbp.c: At top level:
dbp.c:133: warning: `makeCheckFor' defined but not used
dbp.c:790: warning: `createFullPath' defined but not used
dbp.c:812: warning: `pretendBody' defined but not used
dbp.c:813: warning: `pretendExtn' defined but not used
dbp.c:1383: warning: `processFile' defined but not used
dbp.c:1498: warning: `dumpData' defined but not used
make: *** [dbp] Error 1

Masses of parse errors.

What now?

Regards   Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-28 Thread Chris Howells

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 27 January 2002 8:09 am, Hago Ziegler wrote:
> linux:/home/hago/dbp # make userinstall
> make: gimp-config: Command not found
>  ‚t@ ‚t@gcc -o dbp -Wall -O2 dbp.c
> dbp.c:20: gtk/gtk.h: No such file or directory
> dbp.c:21: libgimp/gimp.h: No such file or directory
> dbp.c:22: libgimp/gimpui.h: No such file or directory
> make: *** [dbp] Error 1
> ..
>
> Gimp runs just normal.
> Do I miss something?

Install the GIMP/GTK+ development libraries/headers.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://edu.kde.org, http://usability.kde.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Vcs0F8Iu1zN5WiwRAibTAJ9Z3wlsWyuykG3o46jCeXf3p1SbeACgmnqQ
VKnCCHwU0xNHI0poGGeDo3E=
=HbMQ
-END PGP SIGNATURE-

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-28 Thread Chris Howells

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 26 January 2002 1:00 pm, Hago Ziegler wrote:
> When I try to install it now, I just get this:
> ..
> hago@linux:~> cd /home/hago/.gimp-1.2/dbp
> hago@linux:~/.gimp-1.2/dbp> ./Makefile
> ./Makefile: shell: command not found
> ./Makefile: ARGS: command not found



No you don't execute makefiles; they aren't programs.

Just type 'make' from that directory.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://edu.kde.org, http://usability.kde.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8Uq8KF8Iu1zN5WiwRAmFyAKCInutgG6P9qilTN2GPK2zORATlvACgmwsA
cDIF/GvpGRCRldLIOLYjllI=
=iQzM
-END PGP SIGNATURE-

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-27 Thread David Hodson

(I wrote:)
> > I've written a simple batch processing plugin for Gimp which may
> > be useful

Hago Ziegler wrote:

> Very useful probably, but I can't install it.
> I'm not a Linux-crack, so please give some instructions on how and where to
> install it.

Go to the directory containing the source code:
> hago@linux:~> cd /home/hago/.gimp-1.2/dbp

Now just type:

make userinstall

This should first build the plugin (an executable file called dbp),
and then copy it to your personal plugins directory, which for you
is /home/hago/.gimp-1.2/plugins/

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-26 Thread Hago Ziegler

David Hodson wrote:

> ...Now just type:
> make userinstall

I did. But instead of the compiled plugin I get this (about the same as 
before - it is in english now, because I made it as root):
..
linux:/home/hago/dbp # make userinstall
make: gimp-config: Command not found
 ‚t@ ‚t@gcc -o dbp -Wall -O2 dbp.c
dbp.c:20: gtk/gtk.h: No such file or directory
dbp.c:21: libgimp/gimp.h: No such file or directory
dbp.c:22: libgimp/gimpui.h: No such file or directory
make: *** [dbp] Error 1
..

Gimp runs just normal. 
Do I miss something?

Regards   Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] imagemagick

2002-01-26 Thread Jon Winters

cyberhades wrote:

> as i've been getting some mails about imagemagick, i got interested in it, so 
> i installed it but dunno how to use it properly. is it a command-line program 
> ?

Everything you ever wanted to know but were afraid to ask:

http://www.imagemagick.org/

Cheers!
-- 
Jon Winters  http://www.obscurasite.com/jon/

"Freedom itself was attacked this morning,
 and I assure you freedom will be defended,"

- George W. Bush, Sept 11, 2001 -

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] imagemagick

2002-01-26 Thread John Culleton

On Saturday 26 January 2002 13:12, cyberhades wrote:
> as i've been getting some mails about imagemagick, i got interested in it,
> so i installed it but dunno how to use it properly. is it a command-line
> program ?
> could somebody give me some little help about it?
> thanks in advance.

It is not one program but several utilities. It runs on the desktop. In a 
console window type ``display'' and then browse the help files. 

Or open this file in a browser: 

/usr/X11R6/share/ImageMagick/ImageMagick.html

Basically it is used for file conversions as I understand it.


-- 
John Culleton, [EMAIL PROTECTED]
   Able Indexers and Typesetters
  http://wexfordpress.com
<>
This Linux system at  1:57pm  up 66 days  1 hrs 35 mins


__
D O T E A S Y - "Join the web hosting revolution!"
 http://www.doteasy.com
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-26 Thread Hago Ziegler

Hi,

> I've written a simple batch processing plugin for Gimp which may
> be useful

> and I'd be glad to hear comments from anyone.

Very useful probably, but I can't install it.
I'm not a Linux-crack, so please give some instructions on how and where to 
install it.
When I try to install it now, I just get this:
..
hago@linux:~> cd /home/hago/.gimp-1.2/dbp
hago@linux:~/.gimp-1.2/dbp> ./Makefile
./Makefile: shell: command not found
./Makefile: ARGS: command not found
./Makefile: dbp:: command not found
./Makefile: ARGS: command not found
dbp.c:20: gtk/gtk.h: Datei oder Verzeichnis nicht gefunden
dbp.c:21: libgimp/gimp.h: Datei oder Verzeichnis nicht gefunden
dbp.c:22: libgimp/gimpui.h: Datei oder Verzeichnis nicht gefunden
./Makefile: userinstall:: command not found
./Makefile: gimp-config: command not found
cp: Aufruf von stat für »dbp« nicht möglich: Datei oder Verzeichnis nicht 
gefunden
./Makefile: install:: command not found
./Makefile: gimp-config: command not found
cp: Aufruf von stat für »dbp« nicht möglich: Datei oder Verzeichnis nicht 
gefunden

Regards  Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-25 Thread David Hodson

John Culleton wrote:
> 
> There seems to be some overlap between the facilities of Gimp and the
> faciites of ImageMagick. Is there a general rule when you would use one and
> when you would use the other?

OK, one more plug for anyone who missed it on the other thread -
I've written a simple batch processing plugin for Gimp which may
be useful for some common processing tasks (resize, blur, sharpen,
colour correct), and saves you having to learn either ImageMagick
or Gimp scripting. It's at:

  http://members.ozemail.com.au/~hodsond/dbp.html

and I'd be glad to hear comments from anyone.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-25 Thread Jeff Trefftzs

Hi John -

In general, use the GIMP for working on images by hand, one-off 
stuff, retouching, and anything that needs your keen eye and 
steady hand every step of the way.  Use ImageMagick for all the 
batch stuff:  mass conversions from one image format to another, 
creating a bunch of thumbnails, etc.  It is possible to use the 
GIMP in batch mode, but it's usually not The Right Tool.  On the 
other hand, ImageMagick isn't really good for hands-on image 
manipulation.

HTH,

-- 
--Jeff

Jeff Trefftzs <[EMAIL PROTECTED]>
http://www.tcsn.net/trefftzsHome Page
http://gug.sunsite.dk/gallery.php?artist=68 Gimp Gallery
http://trefftzs.topcities.com/home.html Photo galleries



___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user