Heres a script to generate Truchet patterns. A Truchet pattern is a randomly generated pattern of swirly lines. Actually, I dont think it has to neccasarily be...
aklikins@...
Jun 1, 1997 9:20 am
246
uh, while trying to figure out why the previous posted script was so dang slow, I noticed I had two extra calls in the pasting routine that I didnt need at...
Adrian Likins
aklikins@...
Jun 1, 1997 7:50 pm
247
Ok, noticed this while trying to debug that script I have been spamming all over the group here recently. If you have multiple sript-fu scripts with the same...
aklikins@...
Jun 1, 1997 8:12 pm
248
Hi, Jason Riedy pointed out problem with selections and the TileIt pluging (thanks Jason). A patch to fix this is included below. Andy. ... +++ tileit.c Sun...
Andy Thomas
alt@...
Jun 1, 1997 11:13 pm
249
I have started on a Scheme tutorial for gimp users with the intention of teaching as little of Scheme as possible in order for a casual user to get started...
Dov Grobgeld
dov@...
Jun 2, 1997 5:01 am
250
I'm currently in my second course of 'C' programming, which we're doing on Linux-based systems. So, I'm looking for a really good Ansi-C programming reference...
Aaron
aaron@...
Jun 2, 1997 11:31 pm
251
Hello, everyone I have written a script for creating simple beveled web buttons. I also split up my page in different sections; hopefully it will be more ...
Federico Mena
federico@...
Jun 3, 1997 12:41 am
252
Hello, Does anybody know how I can specify an increment for <Move Tool> (using key accelleration shift+arrow) ? I think it would be worth to implement the...
Oleg Bartunov
oleg@...
Jun 3, 1997 1:47 am
253
Hello, all Eiichi and I have added some PDB calls to the gradient editor: gimp_gradients_get_list gimp_gradients_get_active gimp_gradients_set_active ...
Federico Mena
federico@...
Jun 3, 1997 3:06 am
254
... When I run this script I get: ERROR: unbound variable (errobj REPEAT-NONE) (gimp_rect_select) I'm running 0.99.9 with basically no applied patches -- does...
Andrew Fitzhugh
fitzhugh@...
Jun 3, 1997 3:33 am
255
... Yes. It requires the whole suite of blend patches I've sent to the list. You can get them from the mailing list archive. Quartic...
Federico Mena
federico@...
Jun 3, 1997 3:55 am
256
... There are quite many patches around now, as 0.99.9 is rather old... Does anyone have a collected set against vanilla 0.99.9? -- "Linux: the operating...
Trond Eivind Glomsr€ ...
teg@...
Jun 3, 1997 5:07 am
257
ok, quick error that I cannot figure out (I'm trying to compile the example Hello world programs in gtk-devel-0.99-2.. In file included from...
Jeff
root@...
Jun 3, 1997 7:48 am
258
ah, my brain finally clued in that 'delete' is reserved in C++, so, whats the best way around this? (even though its extern C'd), if i rename it to delete_ it...
Jeff
root@...
Jun 3, 1997 7:53 am
259
ok, the saga continues in not being able to get hello world compiled and linked. So I will ask now since I cannot find any relevant info on GTK (although I...
Jeff
root@...
Jun 3, 1997 8:02 am
260
Hi Everybody. I'd like to let you all know that major improvements and functionality have been introduced to the Filter Pack Simulation plug-in. This is a ...
Pavel Greenfield
pavel@...
Jun 3, 1997 12:44 pm
261
I realize that it's very bad tast on my part, but fp has grown too big, and instead of breaking it up into a few modules I broke it up into a few files and...
Pavel Greenfield
pavel@...
Jun 3, 1997 4:12 pm
262
http://www.linuxhq.com/lg/issue18/gimp.html Nice review. Check it out. Adrian -- ...
Adrian Karstan Likins
aklikins@...
Jun 3, 1997 9:24 pm
263
... You should send email to Larry to let him know too. For anyone who's interested: I'm writing an article for Linux Journal's Novemember graphics issue that ...
Michael J. Hammel
mjhammel@...
Jun 3, 1997 11:09 pm
264
... Make sure you are linking with the all the necessary libraries (note that you need -lgdk and -lglib as well as -lgtk - the above example is a symbol from...
Owen Taylor
owt1@...
Jun 3, 1997 11:13 pm
265
Is it possible to save and read a layered image from one file? -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= David Walker...
dwalker@...
Jun 4, 1997 2:48 am
266
What exactly does this error mean: Intelligent Scissors is currently not enabled\nfor use with the tile-based GIMP What is "tile based GIMP"? And why has...
Woodstock
woody@...
Jun 4, 1997 4:40 am
267
... Speaking of which, I haven't seen anyone mention the article in the current _Crossroads_ (ACM Student "Journal"). It could have been better, but it isn't...
STEVE LUMOS
slumos@...
Jun 4, 1997 4:43 am
268
... Is there anyway I could get a more exact url? I looked all over that site and didnt find anything Gimp-related. Is it just in the print version? Adrian...
Adrian Karstan Likins
aklikins@...
Jun 4, 1997 12:16 pm
269
... it is if you use gimp's native format, xcf. i don't think the psd plugin does this yet. -alix ... please help fight spam -- http://www.cauce.org...
piranha
piranha@...
Jun 4, 1997 1:34 pm
270
... Actually, O(n^2) == O((n/2)^2). Think of n == infinity... -- ________________________________________________________________________ Mike Sweet...
Michael Sweet
mike@...
Jun 4, 1997 5:14 pm
271
I've taken the liberty to put a couple patch files for the gimp on my ftp dir. The tree is originally from a gimp developer but I've probably screwed it up...
Trent Jarvi
jarvi@[199.45.150.254]
Jun 4, 1997 10:49 pm
272
... Sorry about that, I saw the print version and thought I was being helpful giving the URL, but that issue (3.2 I guess) is missing from their web site....
STEVE LUMOS
slumos@...
Jun 5, 1997 12:04 am
273
Hello guys, This patch is a replacement patch for the speedups I posted some days ago. It applies the same optimizations Federico and I did to the alpha...
Miguel de Icaza
miguel@...
Jun 5, 1997 12:07 am
274
Thanks to everyone who reported bugs in the FilterPack Sim Plug-in. A couple of buttons weren't working + previews weren't always accurate. Sorry if it...