Hi Tom,
I tried it too:
A part of the result you can find at:
http://www.hagoschaos.de/h/freunde/neo-anime-big-teil.jpg
No white or grey outlines at all.
On neo-anime-big.jpg, without resizing:
1.Add Alpha-Channel
2.select white regions with magic-wand, sensibility:~45
3.grow selection: 1
4.now
Hi,
things are getting better. See:
http://www.hagoschaos.de/gi27/line.html image no.5
I got it with the GUG-tutorial. The only thing I don't like at this
technique is, that original angels get rounded.
What I don't really understand, is what the quickmask is doing.
When I follow exactly the steps
Hi Oliver and Ulf,
these more conventional methods, using different ways of blurring, I
had tried already. The best I could achieve was:
http://www.hagoschaos.de/gi27/line.html - image 3, and the initial "B"
then becomes like image 4.
Not very satisfying :-)
The plugin I still have to try.
Thanks
Hi,
I have a problem with the outline of a scanned scripture.
The scripture was made with a pencil - therefore it is not compact and
quite rough.
You can see a part of it as an example on
http://www.hagoschaos.de/gi27/line.html
Image 1 shows the lines, how they are now.
Image 2 shows, how I want t
> it should be - what's the exact error message you get?
"checking for pkg-config... no
configure: error: ***pkg-config not found." See
http://www.freedesktop.";
That's all. It doesn't help very much.
I already downloaded a fresh version of pkg from freedesktop
and installed it, but also thi
Hi,
$ export PKG_CONFIG_PATH="/usr/local/lib/pkg-config/"
I tried it this way, just "/usr/local/bin"
But it made no difference.
Is this the exact way to set a path?
Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/m
Hi,
I'm running gimp-1.2.3 on SuSE 7.3 and I'm trying to install guash.
When I just try "gimptool --install guash.c" I get after a few lines:
.
guash.c:65: version: No such file or directory
.
But VERSION exists, so I renamed it to lower case and it was found.
Now however the compilati
Nikolai Vladychevski wrote:
> if I remove the purple
> color, there is no way to remove it completely, some of it will stay...
This simple purple-orange is easy to divide.
You can use /filters/colors/color to transparence.
Regards Hago
___
G
Hi,
I just installed and tried Ginmp-1.3.4.
Tere are no working text-tools and the path-section in the
layers-dialog doesn't work.
Is this normal in this edition or do I miss something?
Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.
Carol Spears wrote:
>>checking for pangoft2 >= 1.0.0... Package pangoft2 was not found in the
>>pkg-config search path.
> i think you just need to point pkg-config at it:
> export PKG_CONFIG_PATH="/lib/pkgconfig:$PGK_CONFIG_PATH"
The problem is, I can't find pangoft2 on my system.
Where sho
Hi,
I'm trying to install gimp-1.3.4.
I installed already atk, pkgconfig, glib-2.0.0, gtk+-2.0.0 and pango-1.0.0
Now I tried to configure gimp and I get told:
.
checking for pkg-config...(cached) /usr/local/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.0.0)
checking f
Hi,
I'm using Gimp 1.2.2, the one from the SuSE-distribution.
I can't find the freetype-plugin.
Do I have to install it separately in the Linux-Gimp ?
In my win32-Gimp it works and that is gimp 1.2.0, so I'm wondering where
it is.
Hago
___
Gimp-user
Hi,
I have Win98 and Linux on one machine.
Now I want both, the Linux-Gimp and the Win-Gimp, to use the same
directories for patterns, brushes,... on the Windows partition.
That works very well with all the directories which are mentioned in the
preferencies, but I don't know, how to organise
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
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/inclu
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@g
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
Hi,
thanks to everybody who helped - finally it works just like I want:
#!/bin/bash
cd /a
for image in *.jpg; do
/usr/X11R6/bin/convert $image tmp.bmp
/usr/X11R6/bin/mogrify -geometry 300x200! tmp.bmp
/usr/X11R6/bin/convert -quality 30 tmp.bmp /b/$image
rm tmp.bmp
done
> I could see no need for
Hi,
I sent the following lines to the ImageMagick-list, but nobody seems to
be there. So, excuse me please, I send it here, knowing that here are
some people who know ImageMagick:
I try to use ImageMagick to scale 70 jpg-images. I tried to do this with
IM., because I thought it would be able to
Hi Bill,
- I've been away for three days-
well, I did what you suggested (moving the glib,gtk and gimp
source to ../src), but nothing changed, only the directory that gimp
leaves at the end becomes another one:
..
make[1]: Leaving directory `/usr/local/src/gtk+'
make: *** [all-recur
Am Mit, 28 Feb 2001 schrieb William D. Tallman:
> So now what you need to do is get rid of the glib-1.3.x and the gtk+-1.3.x
> and reinstall 1.2.8 stuff instead.
When I tried to install Gimp with the gtk and glib 1.3.2-stuff , it
told me, that it will not run and I shall get the 1.2.8 _ versi
Hi, - sorry, another error that I don't understand.
glib 1.2.8 is installed
gtk+ "./configure" runs to its end.
gtk+ "make" runs for half a minute, then I get the error-message:
...
gtkaccelgroup.c: In function `gtk_accel_group_create_add':
gtkaccelgroup.c:668: `GTK_T
Hi,
ldconfig helped - thank you.
Hago
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
Hi,
I want to install gimp 1.2.1
First I installed glib 1.3.2 - perfect, no problems
Then I tried to install gtk+.1.3.2 :
when I make ./configure , I get this error-message:
.
checking for GLIB - version >= 1.3.1... no
*** Could not run GLIB test program, chec
24 matches
Mail list logo