Re: GIMP Developers Conference, splash who's who

2000-08-20 Thread FUJITA Yuji
Hi, graphical hackers.

I think current splash is very nice but one thing is missing.
That is, I cannoot see which one is who. Could someone tell me
about this photo ?

藤田裕二
FUJITA Yuji
[EMAIL PROTECTED]


path lock indicator

2000-06-20 Thread FUJITA Yuji

Hi, developers.

Indication of lock-status in path window is funny in case a locked path is
un-locked from script-fu. The problem is as follows.
Although the path is unlocked properly, the lock sign is left turned on,
and clicking on the lock sign twice turns it off.
For details, please run attached script for some times which toggles
lock status of paths.

FUJITA Yuji
[EMAIL PROTECTED]


(define (lock-toggle img list)
  (if (not (eq? list ()))
  (begin
(gimp-path-set-locked img
  (car list)
  (- 1 (car 
(gimp-path-get-locked img (car list)
(set! list (cdr list))
(lock-toggle img list

(define (script-fu-paths-lock-toggle img drw)
  (let* (
 (list (cadr (gimp-path-list img)))
 )
(lock-toggle img list)))

(script-fu-register
 "script-fu-paths-lock-toggle"
 "Image/Path ops./Lock Toggle"
 ""
 "FUJITA Yuji ([EMAIL PROTECTED])"
 "FUJITA Yuji"
 "2000/06/18"
 "*"
 SF-IMAGE "Image to draw" 0
 SF-DRAWABLE "Drawable to edit" 0
 )



Re: parasite lost ? [2] (quick workaround for gDynText)

2000-06-05 Thread FUJITA Yuji

 Copy the layer by dragging it from the source image to the target one.
 Edit the source layer and hold the shift key while pressing the Ok button,
 this will force gDynText to store the parasite data into the layer name.
 Edit the target layer name and copy the source layer name containing the
 "dumped" parasite.

Yes, I tested. This makes it. Works fine even if it contains Japanese
caractors. Thanks.

But... let me confess that at first try, I missed to copy dumped
parasite and gdyntext didn't work (it crashed ;).

FUJITA Yuji
[EMAIL PROTECTED]



undo problems of Image/Colors/ items

2000-06-05 Thread FUJITA Yuji

Hi, developers.
On CVS snapshot of 2000/05/31.

color balance
hue-saturation
brightness-contrast
threshold
levels
curves
posterize

Cannot undo them if they are the first and only item in the undo stack
e.g. they are taken as the first painting action after opening an image.
If another painting action (including listed ones) is
taken afterwords, they can be undone after undoing that later action.

I couldn't check if this thing still remains in current CVS head
branch. sorry.

regards.

FUJITA Yuji
[EMAIL PROTECTED]



parasite lost ?

2000-05-31 Thread FUJITA Yuji

Hi, dear developers.

I hope copying gdynamic text layer to another image to keep
text/font/colour/layout informations.
As I don't understand parasites, please forgive me if I'm claiming
something funny.

FUJITA Yuji
[EMAIL PROTECTED]



larger than 32pixels brush crash.

2000-05-26 Thread FUJITA Yuji
Hi, dear developers.

I found follwing trouble on CVS snapshot of 2000/05/25.
problem is as follows.

drawable: with alpha and some region selected.
tools: smudge or dodge/burn.

Apply above tools using any types of brush
(image pipe, normal brush, editable brush, any type.)
of diameter larger than 32 pixels to a layer with alpha channel, when
some area is selected. The core application crashes immediately.

below is a gdb backtrace in case smudge tool with 33 pixels editable
brush.

(gdb) r
Starting program: /usr/local/gimp11/bin/gimp 

Program received signal SIGSEGV, Segmentation fault.
0x40311e86 in chunk_free (ar_ptr=0x40366558, p=0x8759d30) at malloc.c:2950
malloc.c:2950: No such file or directory.
(gdb) bt
#0  0x40311e86 in chunk_free (ar_ptr=0x40366558, p=0x8759d30) at malloc.c:2950
#1  0x4031157a in malloc_extend_top (ar_ptr=0x40366558, nb=8808)
at malloc.c:2469
#2  0x40311bc5 in chunk_alloc (ar_ptr=0x40366558, nb=8808) at malloc.c:2798
#3  0x40311655 in __libc_malloc (bytes=8800) at malloc.c:2566
#4  0x401ef846 in g_malloc ()
#5  0x817c391 in pixel_regions_process_parallel (
f=0x816d23c apply_mask_to_sub_region, data=0xb268, num_regions=2)
at pixel_processor.c:314
#6  0x816d2c7 in apply_mask_to_region (src=0xb294, mask=0xb3b8, 
opacity=255) at paint_funcs.c:5157
#7  0x81d6e19 in gimp_image_replace_image (gimage=0x867ed08, 
drawable=0x867fc50, src2PR=0xb3ec, undo=0, opacity=255, 
maskPR=0xb3b8, x=152, y=101) at gimpimage.c:895
#8  0x815e86f in paint_core_replace (paint_core=0x874cbc8, 
brush_mask=0x87573e0, drawable=0x867fc50, brush_opacity=255, 
image_opacity=255, mode=INCREMENTAL) at paint_core.c:1632
#9  0x815d792 in paint_core_replace_canvas (paint_core=0x874cbc8, 
drawable=0x867fc50, brush_opacity=255, image_opacity=255, 
brush_hardness=PRESSURE, brush_scale=1, mode=INCREMENTAL)
at paint_core.c:1138
#10 0x81ad400 in smudge_motion (paint_core=0x874cbc8, 
pressure_options=0x864ce20, smudge_rate=50, drawable=0x867fc50)
at smudge.c:415
#11 0x81ac6ee in smudge_paint_func (paint_core=0x874cbc8, drawable=0x867fc50, 
state=1) at smudge.c:154
#12 0x815b129 in paint_core_button_press (tool=0x874cb78, bevent=0x833ded8, 
gdisp_ptr=0x8680438) at paint_core.c:344
#13 0x80c7bb5 in gdisplay_canvas_events (canvas=0x8678fa8, event=0x833ded8)
at disp_callbacks.c:281
#14 0x400cfe12 in gtk_marshal_BOOL__POINTER (object=0x8678fa8, 
func=0x80c71c8 gdisplay_canvas_events, func_data=0x8680438, 
args=0xb7a4) at gtkmarshal.c:28
#15 0x401179ee in gtk_handlers_run (handlers=0x865da50, signal=0xb760, 
object=0x8678fa8, params=0xb7a4, after=0) at gtksignal.c:1909
#16 0x40116887 in gtk_signal_real_emit (object=0x8678fa8, signal_id=19, 
params=0xb7a4) at gtksignal.c:1469
#17 0x40113adc in gtk_signal_emit (object=0x8678fa8, signal_id=19)
at gtksignal.c:552
#18 0x40167019 in gtk_widget_event (widget=0x8678fa8, event=0x833ded8)
at gtkwidget.c:2729
#19 0x400cfd58 in gtk_propagate_event (widget=0x8678fa8, event=0x833ded8)
at gtkmain.c:1313
#20 0x400ce8dd in gtk_main_do_event (event=0x833ded8) at gtkmain.c:755
#21 0x401b6ebf in gdk_event_dispatch (source_data=0x0, 
current_time=0xbb4c, user_data=0x0) at gdkevents.c:2129
(gdb) k


with regards.


藤田裕二
FUJITA Yuji
[EMAIL PROTECTED]
http://www.wl.me.titech.ac.jp/~yuji/yuji-pubkey.asc


Re: Instructions needed

2000-04-06 Thread FUJITA Yuji

 I want to unsubscribe from the gimp-developer list (am still on the user
 list) but I cant remember how :-(
 
 It will be of a great help if a kind soul would mail me the instructions
 so that I can unsubscribe.

I hope this will help you.

bye.

FUJITA Yuji
[EMAIL PROTECTED]
http://www.wl.me.titech.ac.jp/~yuji/yuji-pubkey.asc



Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.

This is a generic help message. The message I received wasn't sent to
any of my command addresses.


--- Here are the ezmlm command addresses.

I can handle administrative requests automatically.
Just send an empty note to any of these addresses:

   [EMAIL PROTECTED]:
   Receive future messages sent to the mailing list.

   [EMAIL PROTECTED]:
   Stop receiving messages.

   [EMAIL PROTECTED]:
   Retrieve a copy of message 12345 from the archive.

DO NOT SEND ADMINISTRATIVE REQUESTS TO THE MAILING LIST!
If you do, I won't see them, and subscribers will yell at you.

To specify [EMAIL PROTECTED] as your subscription address, send mail
to [EMAIL PROTECTED].
I'll send a confirmation message to that address; when you receive that
message, simply reply to it to complete your subscription.


--- Below this line is a copy of the request I received.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 80351 invoked from network); 28 Jan 2000 11:49:20 -
Received: from hoy.hss.titech.ac.jp (HELO hoy.wl.me.titech.ac.jp) (131.112.30.21)
  by scam.xcf.berkeley.edu with SMTP; 28 Jan 2000 11:49:20 -
Received: (qmail 21507 invoked from network); 28 Jan 2000 11:50:29 -
Received: from localhost (127.0.0.1)
  by localhost with SMTP; 28 Jan 2000 11:50:29 -
To: 
"gimp-developer-sc.949060124.alemjcdioaebajacffae-yuji=wl.me.titech.ac.jp."@xcf.berkeley.edu,
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: ezmlm response
From: FUJITA Yuji [EMAIL PROTECTED]
In-Reply-To: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
X-Mailer: Mew version 1.94b15 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: [EMAIL PROTECTED]
Date: Fri, 28 Jan 2000 20:50:28 +0900
Sender: Fujita yuji [EMAIL PROTECTED]
X-Dispatcher: imput version 990323(IM111)
Lines: 0





Re: fu ?

2000-03-15 Thread FUJITA Yuji

Dear developers.

I thank all of you for quick reply to my questions.

"fu" is from "kung-fu", which I never come to think of it. But now I
see very well that a master of "something-fu" can wear a black belt.

   http://film.gimp.org/

Thank you also for let me know about this project.
I never minded about plug-ins. Now I see this is really a hard work...

regards.

FUJITA Yuji
[EMAIL PROTECTED]
http://www.wl.me.titech.ac.jp/~yuji/yuji-pubkey.asc



tile allocation and script-fu

2000-03-15 Thread FUJITA Yuji

Dear developers.

I have two topics.

1. I was testing the data size limit in gimp-1.1.18.
When I made 4100x4100 size layer and duplicated it for 64 times,
I got the following error and GIMP had quited uncontrollably.


** WARNING **: cache: unable to find room for a tile

** WARNING **: cache: unable to find room for a tile

GLib-ERROR **: could not allocate 16384 bytes
aborting...
/usr/local/gimp11/bin/gimp terminated: sigabrt caught


This is because the file size of Linux-2.x is limited to 2G bytes.
So that I cannot have a larger tile space than
2G (swap file size ) + 128MBytes (core memory) in my home PC.

I wish I could get some notice window before quiting.
It is much better that even in this case GIMP keeps alive and let me
save other images (if any).
Actually, I've got a notice window but I could not read it before the
GIMP disappears.

2. In script-fu (I'm wearing a white belt)

(gimp-layer-delete some-Layer)
(gimp-displays-flush)

evaluating these lines crashes the GIMP (1.1.18) immediately.

with regards.


FUJITA Yuji
[EMAIL PROTECTED]
http://www.wl.me.titech.ac.jp/~yuji/yuji-pubkey.asc



Re: Pathtool?

2000-02-05 Thread FUJITA Yuji

From: [EMAIL PROTECTED]
Subject: Pathtool?
Date: Sat, 5 Feb 2000 12:03:44 +0100 (CET)

 Which one should we keep? Or better: should we
  merge it into one Tool which works nicely AND has a support dialog?

I hope them to be merged into one tool with support dialog.

Anyway, the dialog window title should be something like
"Layers, Channels and Path" or so.


FUJITA Yuji
[EMAIL PROTECTED]