Re: creating patterns

2000-09-29 Thread Hago Ziegler

Hi,

since it wasn't understandable what wrote, here once more, what I try:

I have a JPG-image. I want to save a little part (16px/16px) of it as a
pattern (*.pat).
This works only sometimes and I don't understand why it doesn't work in
most of the cases.

If I eg. create a 16/16 selection of the jpg-image, paste it as new and
try to save it, the PAT-option is mostly greyed out, so I can't choose
it.

Therefor I  wanted to know the exact way, how to create a  *.pat-file
out of a part of a jpg-image, hoping to detect an operation-step that I
didn't think of before.

Hago




Re: editing layer's mask

2000-07-23 Thread Hago Ziegler

Hi,

 I know, but what I want to do is to modify the alpha values of the
 affected layer.

?

  When I apply Mask to a Layer the alpha values are saved
 permanently so you can't paint anymore.

Painting with colors works and and painting with black to have
transparent doesn't work anymore if you apply the mask.

So create a new layer for to paint with colors and don't apply the mask
before you finished.

This is really the problem and
 the only solution I found is to use Levels or Curves to modify them.

levels == layers ? Then you're right.

Hago




Re: editing layer's mask

2000-07-22 Thread Hago Ziegler

Hi,


 I applied mask to a layer, but now I want to modify it and I can't
find
 any way how to do this.

If you make "Add Layer Mask" you are asked if you want a White or Black
mask.
If you take the white one and eg paint black on it, the affected layer
will be transparent instead of black where you paint and you can see the
layer or the nothing beneath.

Hago ;-)




Re: Script-fu crashes - with ICQ

2000-07-20 Thread Hago Ziegler

Hi, once more,

 what icq are you using?  i have icqjava and have never had a problem.

Do you run it on a Linux machine? I didn't know, that this is possible.

Hago




Re: Script-fu crashes - with ICQ

2000-07-19 Thread Hago Ziegler

Hi all,

I read several times about script-fu to crash because of "nobody knows".

4 days ago I installed ICQ and since then my script-fus are crashing
too. Not all the time, but sometimes.

The reason:

ICQ uses *.SCM as a fileending. Any music files, but without them, ICQ
doesn't work. I  just shutdown ICQ when I work with gimp, but I'm not
really sure if it doesn't affect script-fu anyway.

Does somebody know about a possibility to separate these two things,
without uninstalling ICQ?

Hago




Re: Re[2]: Round selection (again)

2000-07-08 Thread Hago Ziegler

Hi Thomas,

 Again, it just does not work, the error message I receive is:
 "Procedural database execution failed: (gimp_selection_bounds 0)
 Can it be possibly a bug?

I tried it again and incidentally I found out, that it works, just like
it is. But is works only once, immediately after having started Gimp.
If you do anything before, it will display the typical error message.

I tested it on linux-gimp 1.1.24 ands on windows-gimp 1.1.19  -  the
same.
For the moment I don't know how to resolve this Problem.

Hago





Re: Round selection (again)

2000-07-06 Thread Hago Ziegler

Hi Thomas,

..
(define (script-fu-text-test inHeight inWidth )
 (let*
  (
   (theImage (car (gimp-image-new inWidth inHeight RGB)))
   (theLayer (car (gimp-layer-new theImage inWidth inHeight RGBA_IMAGE
"Layer 1" 100 NORMAL)))
  )
  (gimp-image-add-layer theImage theLayer -1)
  (gimp-selection-all theImage)
  (gimp-edit-clear theLayer)
  (gimp-image-set-active-layer theImage theLayer)

  (gimp-ellipse-select theImage 0 0 inHeight inWidth 2 TRUE 0 0)  ;only
change

  ; neither this ...
  (script-fu-selection-round 0 theImage theLayer "1.0")
  ; ...nor this works
  ;(perl-fu-round-sel 1 theImage theLayer 1)

  (gimp-display-new theImage)
  (gimp-image-clean-all theImage)
 )
)

(script-fu-register
  "script-fu-text-test"
  "Toolbox/Xtns/Script-Fu/Text/Test1"
  "create a box with a round selection (to create a nice button)"
  "Thomas Stolt"
  "copyright 2000, Thomas Stolt"
  "5th of July 2000"
  ""  ;Image type that the script works on
  SF-VALUE "Height:" "31"  ;Button Height
  SF-VALUE "Width:" "100"  ;Button Width
)


This works here.

Hago




Re: Round selection (again)

2000-07-06 Thread Hago Ziegler

Hi Thomas,

I still changed it a little. With the first one I had to restart Gimp to
use it twice, with "set!" instead of "let*" this is not necessary.

Hago

...
(define (script-fu-text-test inHeight inWidth )
   (set! theImage (car (gimp-image-new inWidth inHeight RGB)))
   (set! theLayer (car (gimp-layer-new theImage inWidth inHeight
RGBA_IMAGE "Layer 1" 100 NORMAL)))
  (gimp-image-add-layer theImage theLayer -1)
  (gimp-selection-all theImage)
  (gimp-edit-clear theLayer)
  (gimp-image-set-active-layer theImage theLayer)

  (gimp-ellipse-select theImage 0 0 inHeight inHeight 2 TRUE 0 0
  (gimp-display-new theImage)
  (gimp-image-clean-all theImage)
)

(script-fu-register
  "script-fu-text-test"
  "Toolbox/Xtns/Script-Fu/Text/Test1"
  "create a box with a round selection (to create a nice button)"
  "Thomas Stolt"
  "copyright 2000, Thomas Stolt"
  "5th of July 2000"
  ""  ;Image type that the script works on
  SF-VALUE "Height:" "31"  ;Button Height
  SF-VALUE "Width:" "100"  ;Button Width
)
...




Re: Round selection (again)

2000-07-06 Thread Hago Ziegler

Hi,

 what version of GIMP are you using? (I know it works on 1.1.14 or
so)... however, I am using 1.1.24.

I'm using the same.

Hago




'make' of 1.1.24

2000-07-01 Thread Hago Ziegler

Hi,

I just tried to install 1.1.24.
"./configure" runs perfectly.
"make" gives me this message:
...
bash-2.03# make
make  all-recursive
make[1]: Entering directory `/usr/local/gimp-1.1.24'
Making all in tools
make[2]: Entering directory `/usr/local/gimp-1.1.24/tools'
make[3]: Entering directory `/usr/local/gimp-1.1.24/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/gimp-1.1.24/tools'
make[2]: Leaving directory `/usr/local/gimp-1.1.24/tools'
Making all in po
make[2]: Entering directory `/usr/local/gimp-1.1.24/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po'
Making all in po-libgimp
make[2]: Entering directory `/usr/local/gimp-1.1.24/po-libgimp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po-libgimp'
Making all in po-plug-ins
make[2]: Entering directory `/usr/local/gimp-1.1.24/po-plug-ins'
file=./`echo uk | sed 's,.*/,,'`.gmo \
   rm -f $file  PATH=../src:$PATH no -o $file uk.po
/bin/sh: no: command not found
make[2]: *** [uk.gmo] Error 127
make[2]: Leaving directory `/usr/local/gimp-1.1.24/po-plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/gimp-1.1.24'
make: *** [all-recursive-am] Error 2
bash-2.03#
...

Did I forgrt to deleat any old file?
BTW - I didn't really deleat the old files, I just renamed it, but
antill now, it worked this way.
My last working version was 1.1.23.

Any help ?

Thanks in advance   Hago




Re: 'make' of 1.1.24

2000-07-01 Thread Hago Ziegler

Hi,

 You extract the new source over the older ones?  You gave some of the
output of the make, this
 indicates some of the source is not being remade.  Try using 'make
clean' before using 'make',
 this might sort things out.

I did run 'make clean' - no difference at all.

Somethng else to do?

Hago




freetype

2000-04-26 Thread Hago Ziegler

Hi ,

I'm interested in the functions of freetype. I tried the test-programs
and it works all very nice.

Only: I don't understand how to use it eg with Gimp in the dayly work.

Well, I found in /usr/doc/packages/freetype  a huge mountain of english
texts, but since me, my machine and my gimp are speaking german, all
this texts are just confusing (it's simply too much).

Would somebody give me some hints, how for example to insert the word
"TEXT" (antialiased,arial,18pt,r,normal) in a jpg-image ?

I've SuSE-Linux 6.4, xfstt installed, gimp 1.1.20

I would be glad about some help.

Hago



gimp-1.1.20 - installation

2000-04-24 Thread Hago Ziegler

Hi everybody.

I'm trying to install Gimp-1.1.20 in my SuSE-Linux 6.4.

First I tried to use the glib and gtk+ (both 1.2.7) from the SuSE cdrom
- didn't work

Then I downloaded glib and gtk+ (both 1.2.7) and tried to install them
anew  (first I uninstalled the buildin glib and gtk+): glib installs
perfectly, I can find eg glib-config in /usr/local/bin.
But when I try to install gtk+ already ./configure doesn't succeed,
because it can't find glib-config 
If I try then:  ./configure --with-glib-prefix=/usr/localit finds
glib-config, but says: can't find glib Xlibraries

I dont know how to go on. Is there somebody who could help me?

Ah, Before I installed the same glib, gtk+ and Gimp in my sons
SuSE-Linux 6.2 without any problems

RegardsHago



Re: Set transparency

2000-04-19 Thread Hago Ziegler


Hi,

 I have a small gif that has a picture in the middle, with an irregular
 black border around it. How do I set the black border to be transparent?

1 Image /image/mode/RGB

2   /image/alpha/add alpha channel

3 then you select the black border, for example

   a  Either with "fuzzy select" (selects similar pixels, you can set it in
the tool properties(doubleclick on the tool icon) even to 0 , then it
selects only pixels with for example the color #00)

   b  Or with select by color (similar properties, you will see)

4 If it's selected, you cut it  -  it becomes transparent.

5 Image  /image/mode/indexed

6  save as gif

I hope it helps   Hago





Re:xfs-installation-13.04

2000-04-14 Thread Hago Ziegler

Hallo,

thanks a lot for all the help I found here. 

I tried everything you all consulted and I finally found out, that  xfstt
tries to start in runlevel 3, but failes. So the Xserver cannot start as
long as the fontpath "../:7101" exists in XF86Config.

I still can start xfstt later manually, but then the Xserver becomes
instable and tends to crash easily.

Does anybody have an idea, why this xfstt won't start?
Would it perhaps be better to start it earlier?

regards   Hago



xfs-installation-13.04

2000-04-13 Thread Hago Ziegler

Hi all,

for hours now I'm trying to install new fonts for gimp. Freefont and
sharefont have been easy to install, but I don't succeed to install the
truetype fonts (I'm trying first to install only verdana)

I installed xfs as it is consulted in its install-text, then I read a
lot of text in my SuSE-manual, but it doesn't help, it just confuses.

My fonts are in:
/usr/X11R6/lib/X11/fontsthe encodings tarball in
/usr/X11R6/lib/X11/fonts/encodings the truetype fonts in:
/usr/X11R6/lib/X11/fontstt  inside there is now:
fonts.dir, verdana.ttf

fonts.dir:
1
verdana.ttf -microsoft-verdana-medium-r-normal--0-0-0-0-p-0-iso8859-1

in XF86Config I have set the paths:
..
FontPath   "/usr/X11R6/lib/X11/fonts/sharefont"
FontPath   "/usr/X11R6/lib/X11/ttfonts/fonts.dir"
FontPath   "/usr/X11R6/lib/X11/fonts/encodings/encodings.tar"

I also tried to set :
FontPath  "tcp/localhost:7100"   But after the reboot I couldn't
start the Xserver anymore and I had to remove it.

and there is: /etc/xfs.config

What can I do? What is the fault?

Some help would be very pleasant

Thank you Hago





Re: xfs-installation-13.04

2000-04-13 Thread Hago Ziegler

Hi ,

Am Thu, 13 Apr 2000 schrieben Sie:

 For truetype fonts you need to install the extra truetype font server 'xfstt'.
 It should also be included in the SuSE distribution.

http://fonts.linuxpower.com/  That is how I got .ttf fonts workin'

I found everything -thank you very much- and got it working, the fonts are
now available - BUT:

if I put the FontPath "unix/:7101" to the XF86Config file, The Xserver will
not work at the next boot. If I contact the internet it crashes too. The
same problem I had with "localhost:7100" with xfsft. Something doesn't
work - any hints?

Regards  Hago




Re: First script

2000-04-13 Thread Hago Ziegler

Hi Mickael,

Am Thu, 13 Apr 2000 schrieben Sie:
 I'm trying to do the uni.scm script like in the tutorial from dov grobgled

I also used this script for to learn script-fu. At least I got it running
after I made some changes. Here is, what worked fine here:

;I changed the name just for fun
(define (uni-img size color) 
(set! img (car (gimp-image-new size size 0) ) ) 
(set! layer (car (gimp-layer-new img size size 
0 "layer 1" 100 0) ) ) 
 
; (gimp-image-undo-disable img)
(gimp-image-add-layer img layer 0) 
 
(gimp-palette-set-background color) 
(gimp-edit-fill layer); here I deleated "img"
 
(gimp-display-new img) ) 
;(gimp-image-enable-undo img) 

(script-fu-register "uni-img"  
"Toolbox/Xtns/Script-Fu/Tutorials/Uniform image" 
"Creates a uniform image" 
"Dov Grobgeld" 
"Dov Grobgeld" 
"1997" 
""  
SF-VALUE "size" "100" 
SF-COLOR "color" '(255 127 0) )  

Hago
 
 



Re: Probleme in compiling gimp 1.1.19

2000-04-07 Thread Hago Ziegler

Hi,

..
msgmerge -w 83 cs.po gimp-perl.pot cs.po~
.. terminé.
no -o cs.gmo cs.po
...
make: *** [all-recursive-am] Error 2
..


exactly the same what happened to my installation-trial. I didn't find a
solution and reinstalled 1.1.18 which is running quite stable.

Hago




printer-problems

2000-04-05 Thread Hago Ziegler

Hi all,

I'm trying the ported Version of gimp in win98 with a Deskjet695C printer.
Two friends of mine the same but with Canon printers. We all have the same
problem:

if I use image/file/print the print is - how shall I say - instead of a
b/w fotografy there are a few small black patches on the Paper; instead of a
jpg-image there are blue,red and purple vertical lines on the paper.

In other programms the printer works correctly.

Does somebody know, what is wrong or what I can do to fix this?

RegardsHago







Re: 1.1.19-installation fails

2000-04-01 Thread Hago Ziegler

Hi,

  I tried to install Gimp 1.1.19
  Configuration is OK
  Make stops after a while. Its last words have been:

 That's my fault. I tried to make the i18n-stuff more gnome-like.
 My question is: how do I fix that? My basdic problem is that I have no
good
 way to detect wether msgmerge is available.

Does that mean, that I will not be able to run 1.1.19 on my machine ?
I'm running a SuSE 6.3 . Is there perhaps a programm in this distribution
that includes "msgmerge"?
Or could I do something else ?

 ...I still have not done much progress :(  Courage !

Regards   Hago






blend pattern with pattern

2000-03-25 Thread Hago Ziegler

Hi ,

I'd like to blend a pattern with another pattern and don't succeed.
Could somebody give me a little help, please?

Hago



Re: blend pattern with pattern

2000-03-25 Thread Hago Ziegler

Hi Heiner,

 ..gradient Tool Options, you can create
 awesome effects with this method. Experiment, it's well
 worth it!

I got it -  you are right, it's in fact a very beautiful thing.

Thank youHago





Antialiasing-Text

2000-03-17 Thread Hago Ziegler

Hi everybody,

I always have lots of difficulties to get smooth outlines. It occurres
especially when using fuzzy-selection on text.

The antialiasing-option works, but does not make a great effect.

Can anybody help me with this affair?

Thank you   Hago 



transformation-tool

2000-03-12 Thread Hago Ziegler

Hi everybody,

I used to have a very nice and understandable tutorial for gimps
transformation-tool. Because of a very funamental computer-crash it
disappeared, and I also don't remember the web-address. Does somebody know
this tutorial ? Then please mail the address!

ThanksHago




Re: Selecting Transparancy Color in Gimp

2000-02-25 Thread Hago Ziegler

Hi,

 I want to paint in transparancy, as well as cut out areas of an image,
leaving
 transparancy behind, but all I can do is work with selectable colors,
 gradients, and patterns, current color settings, etc.  How do I activate
 transparancy so I can do this?

You have to rightclick into the image  -  then do:  image/alpha/add alpha
channel
after that you can cut and transparency will be left instead of a
backgroundcolor.

Hago



gimp-free-select

2000-02-08 Thread Hago Ziegler

Hi,

in gimps DB-Browser there is this intresting script "gimp-free-select". I tried
to use it but didn't succeed to find the right way to put in the coordinates .
oes somebody know the exact way , how the different points have to be given in ?

Thanks for help


Hago



minimal-linux for gimp

2000-02-04 Thread Hago Ziegler

Hi,

I would like to run only gimp and its few components on a small
computer. Could somebody tell me please, what's the absolut
minimum-linux that i need. Is it possible to run Gimp without a
window-manager?
 I have a Suse-distribution.

RegardsHago



Re: Installation gimp 1.1.15 /2

2000-01-17 Thread Hago Ziegler

Am Mon, 17 Jan 2000 schrieb Kelly Lynn Martin:
 On Sun, 16 Jan 2000 19:58:18 +0100, Hago Ziegler [EMAIL PROTECTED] said:
 
   /usr/include/gdk/gdkprivate.h:31: X11/Xlib.h: No such file or directory
   /usr/include/gdk/gdkprivate.h:32: X11/Xutil.h: No such file or directory
 
 You're missing the X includes.  Did you install the X development
 libraries?  A standard X install does not include these.

Thank you, you are right, in the meantime I found and installed it - gimp works
now.

Hago



Installation gimp 1.1.15

2000-01-16 Thread Hago Ziegler

Hi,

I think I need some help.

I deleted gimp 1.1.11 and downloaded gimp 1.1.15. When I tried to configure, it
said, that it couldn't find gtk. Although the same version (1.2.6) is needed, I
deleted also gtk, downloaded a new one from the gtk-homepage and tried to
install it.

After having done nearly the whole configuration it says: "X libraries or
include files not found."

config.log says:
  configure:4588: X11/Intrinsic.h: No such file or directory
  configure: failed program was:
  #line 4587 "configure"
  #include "confdefs.h"
  #include X11/Intrinsic.h
  configure:4668: gcc -o conftest -g -O2 -Wall   conftest.c -lXt   15
  configure: In function `main':
  configure:4664: warning: implicit declaration of function `XtMalloc'
  usr/i486-linux/bin/ld: cannot open -lXt: No such file or directory
  collect2: ld returned 1 exit status
  configure: failed program was:
  #line 4661 "configure"
  #include "confdefs.h"

I looked on the Suse-CD but couldn't find anything like "X/Intrinsinc"

I also don't understand, why gimp1.1.15 couldn't use the already installed
version of gtk.

What could I do?

I thank you for every help

Hago



Installation gimp 1.1.15 /2

2000-01-16 Thread Hago Ziegler

Hi, 

a new situation.

I oncemore deleated everything that belongs to gimp, gtk and glib. 
I freshly unpacked everything and reinstalled it. 
This time the installation of glib and gtk was OK.
The gimp is configurated and I did "make" and "make install".
The last one failed. 

Output: 
  ...
  /usr/include/gdk/gdkprivate.h:31: X11/Xlib.h: No such file or directory
  /usr/include/gdk/gdkprivate.h:32: X11/Xutil.h: No such file or directory
  make[1]: *** [text_tool.o] Error 1
  make[1]: Leaving directory `/opt/gimp/gimp-1.1.15/app'
  make: *** [install-recursive] Error 1 

Can anybody help me?

Hago



Re: Extend, intersect selection in Gimp 1.1.13

1999-11-29 Thread Hago Ziegler

Hi Gerd,

 I use Gimp 1.1.13 and it seems that add, substract and intersect
 selections doesn't work properly. I've tried it as usual:

 - switch to selection mode and make a selection
 - press Shift and make another selection

 Allthough the pointer changes to an arrow with a small plus-sign the
first
 selection isn't extended with the new one, but replaced. The same
happens with
 'Ctrl' for substract and 'Ctrl-Shift' for intersect.

 Any ideas on this ? Did I compile something wrong or is it a bug ?

It's a bug, I first noticed it in Gimp1.1.7.
This is a very stupid bug and I'm sorry about it, because it's nearly
impossible to use Gimp without the selection-tool working properly.

Hago



Re: Menu w/ 1.1.11

1999-11-22 Thread Hago Ziegler

|Hi,

 I just installed gimp-1.1.11.  When I start it with German
language...

Do you speak about Gimp in german language?  Where can I get it?

Hago