comments in gifs

2000-06-05 Thread Gunjan Kapoor


how does one add comments to gif images with scripting ?
Gunjan




CVS compile error

2000-06-05 Thread pixel fairy

any idea what happend? this is with a fresh CVS
install.

cd . && rm -f stamp-cat-id && echo timestamp >
stamp-cat-id
file=./`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file ca.po
file=./`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file cs.po
file=./`echo da | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file da.po
file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file de.po
file=./`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file en_GB.po
file=./`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file es.po
file=./`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt
-o $file fi.po
fi.po:1106: keyword "dmsgid" unknown
found 1 fatal errors
make[2]: *** [fi.gmo] Error 1
make[2]: Leaving directory `/home/pixel/stuff/gimp/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pixel/stuff/gimp'
make: *** [all-recursive-am] Error 2


__
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com



Re: XCF loader for gdk-pixbuf

2000-06-05 Thread Sven Neumann

Hi,

Since I've touched app/xcf.[ch] too:

I hereby give my permission for anyone to use the portions of xcf.c
that I have written under the terms of the LGPL.

Please note that we consider to add a thumbnail of the image
composition to the XCF file format. This might even happen before 
1.2...


Salut, Sven




Re: unable to open swap file. BAD THINGS WILL HAPPEN.

2000-06-05 Thread Adrian Likins

On Sat, Jun 03, 2000 at 03:34:55PM +0100, Aaron wrote:
> I get that message (in the subject line) when i open a large jeg file, then try to 
>resize it. Please help. I'm scared. 
>

It indicates pretty much what it says. For whatever reason the file that
gimp is trying to open as a swap file cant be open. The file is typically
in ~/.gimp. A couple of things can cause this problem, permision problems,
 quotas, out of disk space, system running out of file descriptors, etc.

The "BAD THINGS" pretty much means gimp is going to run out of
room to write image data, its probabaly going to crash, and depending on the
version, will litter your screen with a few hundred error dialogs. More than
likely you will lose your work as well.


Adrian





Re: undo problems of /Colors/ items

2000-06-05 Thread Austin Donnelly

On Monday, 5 Jun 2000, Carey Bunks wrote:

> Yes, I've seen this bug, too.  Although it is impossible to undo these
> operations with C-z, it is possible to undo them by opening the Undo
> History dialog and explicitly clicking on the preceding strip in the
> list.  After having done this, C-r and C-z work as expected.

This might be due to the code which greys out the undo and redo menu
options if it doesn't think they're valid.

Most likely, this is because the menus aren't being updated after
running those tools.

Austin



Re: undo problems of /Colors/ items

2000-06-05 Thread Carey Bunks


>>   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.

Yes, I've seen this bug, too.  Although it is impossible to undo these
operations with C-z, it is possible to undo them by opening the Undo
History dialog and explicitly clicking on the preceding strip in the
list.  After having done this, C-r and C-z work as expected.

Carey Bunks


Dr. Carey Bunks 
Senior Scientist
BBN Technologies
70 Fawcett St, 15/2A
Cambridge,  MA 02138
tel: 617-873-3028  fax: 617-873-2918
email:  [EMAIL PROTECTED]  




undo problems of /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]



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]