Hi, A couple of days ago I posted a message to gimp-user asking if it's possible to auto-level an image from a script-fu. Nobody answered, so I'll assume that...
John Regehr
jdr8d@...
Dec 1, 1998 6:53 pm
5105
... Read the pixels (24/32 bit rgb or rgba format), and then do some shifting (bad solution), or scaling (r*15/255 for 8->4 bit conversion in rgb, unless you...
Marc Lehmann
pcg@...
Dec 1, 1998 9:15 pm
5106
It has been a long dark road, but now a light can be seen at the end of the tunnel. The light belongs to a scanner, actually. And so it goes that SANE got...
Sven Riedel
lynx@...
Dec 2, 1998 10:33 am
5107
... Nice link, thanks; lot's of stuff there that I didn't know, but should've before doing my first plugin. -- Ross Vandegrift | Eric J. Fenderson "Man, I've...
Ross Vandegrift
vandegrift@...
Dec 2, 1998 11:43 pm
5108
... Hi, if you want to look, here are the results of my colorcube algorithm from (long awaited) RAW plugin. colorcube 6550: ...
Jarda Benkovsky
pvt.benkovsk@...
Dec 3, 1998 7:13 pm
5109
Add-to-faq-thingie: I noticed that GIMP uses more SHM-id's than the default per process maximum in Solaris 2(.6). This occurs when running GIMP on a local...
Tomas Ogren
stric@...
Dec 4, 1998 1:29 am
5110
I got everything to build and install correctly, the only real problem I've run into is that whenever I right click on the image canvas, it displays the move...
Jason Hudgins
thanatos@...
Dec 5, 1998 5:27 pm
5111
Hey, I've stumbled on a easily reproducible bug in GIMP 1.0.1, If open text-tool, then before actually using it, you switch to another tool, then if you close...
Bart Ogryczak
B.Ogryczak@...
Dec 6, 1998 5:51 pm
5112
... That sounds a bit bad. It's fixed in the development version of the gimp, but I don't know if there's any plans to back-port the fix. Austin...
Austin Donnelly
austin@...
Dec 6, 1998 10:09 pm
5113
unsubscribe gimp-developer...
Julian Assange
proff@...
Dec 7, 1998 1:10 am
5114
subscribe gimp-developer nghiaho@... ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com...
Nghia Ho
nghiaho@...
Dec 7, 1998 9:14 pm
5115
I'm writing a plugin where I'd like to render a curve by "following it". This means that the curve is not rendered in scanline order, so I'm wondering what the...
Rasmus Tamstorf
rt@...
Dec 9, 1998 5:38 am
5116
... There exists a function for this purpose: gimp_drawable_get_tile2 ... It is a bit clumsy, yes. ... The tiles are cached, so while it won't be particularly...
Marc Lehmann
pcg@...
Dec 9, 1998 8:05 pm
5117
In Ph*t*sh*p there is a function that after had been marked some areas with magic wang it is possible to select all the pixels that are inside the range of RGB...
Thomas Tschoepke Soares
ttsoares@...
Dec 10, 1998 1:01 am
5118
Forwarded from gimp-user ... Date: Thu, 10 Dec 1998 07:13:24 -0500 (EST) From: Ted Llewellyn <llewell@...> To: gimp-user@... ...
Ted Llewellyn
llewell@...
Dec 10, 1998 5:17 pm
5119
gimp-user@... Subject: [gimp-devel] New GIMP tree.... X-mailer: pilot-mail-0.8.13 Hiho! Finally it's out there. You'll find MY development tree on...
Daniel.Egger@...
Dec 10, 1998 6:14 pm
5120
Is there any reason why File->Save does an educated (but wrong) guess on wether a user wants to save a file or not? If a user selects File->Save she usually...
Marc Lehmann
pcg@...
Dec 10, 1998 9:10 pm
5121
... Your mailer looks broken, it puts headers into the body instead of into the headers (thus no subject) ... Great ... Will you send regular patches to...
Marc Lehmann
pcg@...
Dec 10, 1998 9:38 pm
5122
... D> Finally it's out there. You'll find MY development tree on D> www.tripod.de/gimp. Entschuldigung... die angeforderte Seite ist nicht mehr auf unserem ...
Alan Shutko
ats@...
Dec 10, 1998 9:46 pm
5123
... If the problem is people removing the file, maybe the stat() block for the most recently saved file could be kept, and a quick stat done on the disk file...
Austin Donnelly
austin@...
Dec 11, 1998 2:13 am
5124
Gimp crashes my scanner and xscanimage when I try to scan at higher resolutions than the default 100 ppi. Up to 180 works sometimes, but anything over that...
Ted Llewellyn
llewell@...
Dec 11, 1998 12:47 pm
5125
... Of course you're right. -- Servus, Daniel...
Daniel.Egger@...
Dec 11, 1998 7:33 pm
5126
... Thats _one_ of the problems. Anothe rproblem is that the dirty flag isn't set on too many action (changing layer visibility for example) ... Whats wrong...
Marc Lehmann
pcg@...
Dec 11, 1998 8:23 pm
5127
hi all this is a quick note to let you know that http://film.gimp.org/ is in business. it's the home page for the work being done on the HOLLYWOOD branch of...
Ray Lehtiniemi
rayl@...
Dec 11, 1998 8:45 pm
5128
... One simple place the dirty flag is wrong (at least in the Hollywood cvs branch and probably the head as well) is the following: Open an image. Do a paint...
Calvin Williamson
calvin@...
Dec 11, 1998 10:14 pm
5129
hi all i'm starting to look at what it will take to merge HOLLYWOOD and trunk. there are two major themes to the gimp16 development, memory management and...
Ray Lehtiniemi
rayl@...
Dec 11, 1998 10:26 pm
5130
... I can reproduce this, it's indeed a problem. There's also a related problem: - new image - select a rectangle - feather it (~50 pixels is fine) - fill...
Austin Donnelly
austin@...
Dec 12, 1998 1:46 pm
5131
Ok, this ought to be an easy question, but I'm not familiar with automake and friends, so here goes : How do I get gimp to pick up my new plugin during...
Rasmus Tamstorf
rt@...
Dec 13, 1998 7:32 am
5132
... All you need to do is make install (assuming your makefile hacking was correct). If the new plugin gets installed in the standard place, gimp finds it on...
Sven Neumann
neumanns@...
Dec 13, 1998 12:44 pm
5133
I know that Gimp basically works in 72 ppi but I need some info on how it handles images in higher resolution. Sorry to pester everyone with questions, but...