I recently started working on PCD files with xpcd. I have been looking for a unsharp mask command within GIMP in vain. I'm also missing any possibility to...
Zoki
zokiphoto@...
Sep 1, 1998 7:15 am
2576
On Mon, 31 Aug 1998, Zoki wrote: ->I recently started working on PCD files with xpcd. I have been looking for ->a unsharp mask command within GIMP in vain. I'm...
Zoki
zokiphoto@...
Sep 1, 1998 11:22 am
2577
Michael J. Hammel
mjhammel@...
Sep 1, 1998 3:20 pm
2578
Hi all, I've to write a simple script that performs an opereration on all the images opened with the gimp. To do this I need to specify a particular image. How...
albatross
mercury@...
Sep 2, 1998 12:45 am
2579
unsubscribe gimp-user gildein@......
Gildein Helmut
gildein@...
Sep 2, 1998 6:12 am
2580
It's been two eternities and a coffee break since the last Gimp contest ended, and since then it has said on the contest home page that a new topic will be up ...
Tim B. Laursen
tim@...
Sep 2, 1998 11:35 am
2581
Ive been playing around, but theres one thing thats elude me so far, in Photoshop when you have a gif that you want to optimize for the web for example you...
Child
arkham@...
Sep 2, 1998 6:44 pm
2582
Hi I'm trying to do what many people must be doing as a matter routine: create text in an image and save that image to a file, all from batch mode, such that I...
Colin Johnson - Sun UK
colin.johnson@...
Sep 2, 1998 7:03 pm
2583
Michael J. Hammel
mjhammel@...
Sep 3, 1998 3:26 am
2584
Hi everybody, is it possible to view the size/shape of the current brush (like in Photoshop) while painting in the Gimp? (1.0.0) I looked for it under ...
Arjan Scherpenisse
arjan@...
Sep 3, 1998 10:43 am
2585
... Check under File->Dialogs->Brushes. I think the default shortcut is Shift-Control-B. -- "... one of the main causes of the fall of the Roman Empire was...
Cole Tuininga
egon@...
Sep 3, 1998 2:02 pm
2586
Michael J. Hammel
mjhammel@...
Sep 3, 1998 3:20 pm
2587
... I think Arjan actually wants to have the cursor reflect the size and shape of the brush, as you can do in Photoshop. I don't think there's a way of doing...
Calum Benson
calum@...
Sep 3, 1998 3:38 pm
2588
Michael J. Hammel
mjhammel@...
Sep 3, 1998 5:13 pm
2589
In the Year of the lord Michael J. Hammel (mjhammel@...) said unto us: *snipped* ... Wow, i am impressed, although not the most intuitive way to do...
Child
arkham@...
Sep 3, 1998 6:11 pm
2590
unsubscribe gimp-user avelar@......
Mike S. Avelar
avelar@...
Sep 3, 1998 7:22 pm
2591
Hi all, I've to write a gimp script but I've found a problem I'm not able to solve: with (gimp-list-images) I get the following output: (2 #(1 2)#2"0100") list...
albatross
mercury@...
Sep 4, 1998 6:46 am
2592
... This is an array of values. The first value (car (2 #(1 2)#2"0100")) is the number of elements, the second (cadr (2 #(1 2)#2"0100")) is the actual array....
Simon Budig
Simon.Budig@...
Sep 4, 1998 8:43 am
2593
... Too bad :(, but maybe in the future... -- Arjan Scherpenisse, mailto:arjan@... http://www.coal.nl/arjan...
Arjan Scherpenisse
arjan@...
Sep 4, 1998 11:03 am
2594
unsubscribe gimp-user dillusiv@... ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com...
Harold H. H.
dillusiv@...
Sep 6, 1998 7:23 pm
2595
I´ve problems compiling the perl interface to Gtk. After a "perl Makefile.PL" I do a "make" and get the following error: gcc -c -I/usr/lib/glib/include...
Christopher Arndt
christopher.arndt@...
Sep 6, 1998 11:20 pm
2596
Hi all, to study the work of a script of mine I would like to use something of this type: (gimp-text 1 0 100 100 "PROVA" 0 0 50 0 "adobe" "*" "*" "*" "*" "*") ...
albatross
mercury@...
Sep 7, 1998 12:22 am
2597
... (number->string x 10) number-> string has the format (number->string x base width precision) witch width and precision optional. This from the SIOD...
Adrian Likins
adrian@...
Sep 7, 1998 2:46 am
2598
... Well... almost all PDB procedures honor a image id argument. You just need to tell it the proper image id. But I think I probabaly dont really understand...
Adrian Likins
adrian@...
Sep 7, 1998 2:50 am
2599
... Try (number->string x). ... That should return "a", which has nothing to do with your question. -- --Keith This mail message sent by GNU emacs and Linux. ...
Keith Wright
kwright@...
Sep 7, 1998 3:34 am
2600
Hi, I compiled GimpTcl (obtained from the plug-in registry) on Solaris2.5.1 (Sparc) using gcc2.7.2. But I am unable to load the resulting Gimptcl.so into wish...
Prabhanjan M
prabham@...
Sep 7, 1998 5:59 am
2601
Hello, when printing from Gimp via the Print Plug-In to my Epson Stylus Color 600 thru Postscript the colors of the pictures are to light and so the pictures...
Henning Sauer
hsauer@...
Sep 7, 1998 8:13 am
2602
Hi all. I wrote a new plugin for the Gimp: FSdither. Since the FS-Dithering in Gimp is very poor (I believe there is an error in the Implemenation) I wrote a...
Simon Budig
Simon.Budig@...
Sep 7, 1998 9:36 am
2603
Hello I'm a newbie on gimp... How can I create a button with constant width(not depending on the text length)? Thanks for your help Peter Herger (lucerne state...
Peter Herger
ebherger@...
Sep 7, 1998 5:46 pm
2604
hi all, sorry but I found another problem. Why cannot I perform this two operation in a script of mine? Gimp runs only or the first or the second ...