Re: simple q re: gimp_edit

2000-11-24 Thread Jarda Benkovsky

Maneesh Yadav wrote:
 
 Hi all, I needed a way to load up multiple image files to separate layers
 of a single image...I thought about it for awhile but the best I could

please, look at http://www.pvtnet.cz/www/pvt.benkovsk/gimp/ specifically
the SequenceFile script. I guess it does what you need

RANT LEVEL="SHAMELESS-PLUG"
Would somebody of Gimp developers look at the scripts (not the raw
plugin) there and considered their inclusion in GIMP distro?
/RANT

Edheldil



Re: test program: FreeBSD, IRIX 6.5

2000-11-08 Thread Jarda Benkovsky

FreeBSD 3.4-STABLE:
installing signal handler...
forking...
waiting for child 25282 to exit...
child 25282 has exited
  sig_pid = 25282
  sig_status = 25600
  main_pid = -1
  main_status = 
sigchld handler was called before waitpid (no status)

IRIX 6.5 IP22:

installing signal handler...
forking...
waiting for child 564178 to exit...
child 564178 has exited
  sig_pid = -1
  sig_status = 
  main_pid = 564178
  main_status = 25600
waitpid got the status before sigchld handler was called

Jarda Benkovsky



Re: [gimp-devel] Re: Hispalinux talk / demo

2000-11-04 Thread Jarda Benkovsky

Simon Budig wrote:
 
 Daniel Egger ([EMAIL PROTECTED]) wrote:
  On 28 Oct, Tuomas Kuosmanen wrote:
   No clue. Is this a "they want someone to do a demo" or "who the heck
   is going to do a gimp demo there??"
 
   BTW: I'm going to show GIMP at the COMDEX in Las Vegas at the SuSE
   booth


BTW, I happened to demo GIMP in SuSE booth at Invex fair here in CZ. I
were just going by and found a nice Athlon w/ XFree 4.x, so I gave GIMP
some trying (animating SuSE logo on pingpong ball etc.) and when I was
over, there was a decent group watching my actions :)))

Jarda (Edheldil) Benkovsky



Re: Feature idea: rotate brush while following a path

2000-06-16 Thread Jarda Benkovsky

Adrian Likins wrote:
 Or the opacity changes as you paint, or the brush rotates with
 pen pressure, or the spinning brush gets its color from a gradient based
 on pen tilt, or ... ;- Generilizing all this stuff will offer a ton
 of flexibily, and storing "patches" of it will make users happy.

another nifty and relatively easy feature would be to have different
start and end pixmaps (of course rotating too). It would allow for
arrows and such things. 

    Jarda Benkovsky



CVS Gimp does not compile

1999-11-25 Thread Jarda Benkovsky

Hi,

whenever I try to compile CVS Gimp, it crashes when compiling gdyntext
- undefined symbol gdk_font_list_free

I could find this symbol in win32 gtk files only, and since I do not
have
windoze, ... However, there are other plugins besides gdyntext
which crash on similar things (gdk_root_parent).

Can somebody tell me what am I doing wrong? I have clean glib, gtk+
and gimp checkouts, but it does not help :-(

Edheldil



Re: Help System

1999-11-13 Thread Jarda Benkovsky

Marc Lehmann wrote:
 
 On Wed, Nov 10, 1999 at 05:48:34PM +0100, Raphael Quinet [EMAIL PROTECTED] wrote:
  Quite right.  And to paraphrase what I wrote in a previous message,
  there is nothing wrong in having an _optional_ dependency on GNOME
...
 The difference (IMHO) is that a help system is an integral part of the gimp,
 just like menus, a good ui design or the tooltips are.

Hi,

what about this solution to the help browser problem:

make it a plugin (or module). You could make a plugin for each variant.
One plugin would start user-configurable web browser
Second would run GtkXmHtml
Third would run gnome help browser (if it uses html)

The plugins would register under help/... and the user would select a
preferred one in setup. If the configured one is not found, the first
registered is used instead.

I hope that this is solution that would work for everyone.

Regards,
Edheldil