Jay Cox wrote: <snip> ... Ignore that, I wrote the routines myself. I'll check them in to cvs in the next couple of days (after they have been tested). Jay...
Jay Cox
jaycox@...
Nov 1, 1998 2:51 pm
4947
... Cool! Sounds good. Austin...
Austin Donnelly
austin@...
Nov 1, 1998 4:20 pm
4948
... I've tried the patches and even commited some of them and have communicated this to you. But the size of the latest set of patches have made me hesitate...
Adrian Likins
adrian@...
Nov 2, 1998 3:13 am
4949
http://www.tuxedo.org/~esr/halloween.html I'd imagine most everyone on this mailing list has seen this already, but what the heck. If you scroll down about 85%...
Adrian Likins
adrian@...
Nov 2, 1998 3:44 am
4950
unsubscribe gimp-developer...
Earl Mitchell
earlm@...
Nov 2, 1998 6:38 pm
4951
Hi Daniel, I've been looking over your gimp-egger-981018-1 patch recently, and I have a few questions since I haven't used gettext before. I'm curious as to...
Austin Donnelly
austin@...
Nov 3, 1998 1:42 am
4952
Okay, i'm putting together a list of who's working on what and what their expertise is, etc. I'm primarily interested in people working on gimp core stuff. So...
Adrian Likins
adrian@...
Nov 3, 1998 2:26 am
4953
heres draft one of the previously promised list, theres still some folks missing, but its a start... ========================================================= ...
Adrian Likins
adrian@...
Nov 4, 1998 3:47 am
4954
Hi, I can get CVS gimp to segfault in a reproducable manner when doing a close on an image window that had a gif comment associate with it. To reproduce: -...
Austin Donnelly
austin@...
Nov 4, 1998 4:58 am
4955
After Adrian sent out the list of gimp-maintainers I took a look at Ray Lehtiniemi's webpage http://www.netrover.com/~rayl/gimp/ with the status (as of July 5)...
Rasmus Tamstorf
rt@...
Nov 4, 1998 7:20 am
4956
... not really. many images are intermediate steps, and the extra bits may not be visible now, but after processing they might appear. furthermore, the eye is...
Scott Draves
spot@...
Nov 4, 1998 7:35 am
4957
... Actually Rasmus, the extra bits between 12 and 16 is *real* data that is available from the film. This data is kept so that color corrections, brightness...
William R. Bishop
wrb@...
Nov 4, 1998 7:38 am
4958
Hi ! ... Just do some "lossy" effects or filters, and you're happy about any bit of precision you had in store. I think you wouldn't want to edit a whole ...
Jens Ch. Restemeier
jenschrr@...
Nov 4, 1998 1:11 pm
4959
Jens; ... I had the opportunity to see the Chalice/GIMP integration at SIGGRAPH. It seems that the layers dialog actually displays all the frames of the movie...
tomr@...
Nov 4, 1998 8:49 pm
4960
... memory management is definitely a known issue :-) we haven't put tile swapping in as of yet. it would solve the immediate problem (mapping all the images...
Ray Lehtiniemi
rayl@...
Nov 4, 1998 9:15 pm
4961
hi all i've been busy updating my web page. i've revised a few things and added a preliminary section on merging HOLLYWOOD with TRUNK. the page is at ...
Ray Lehtiniemi
rayl@...
Nov 4, 1998 11:35 pm
4962
... Ok, I stand corrected ! ... with a few comments ;) 12 bits *are* actually sufficient if all your operations are "perfect" (even at low levels), but you're...
Rasmus Tamstorf
rt@...
Nov 5, 1998 4:37 am
4963
... oh yes, lots of bits could be really cool. some reasonable maximum (like 32) would make implementation practical....
Scott Draves
spot@...
Nov 5, 1998 6:51 am
4964
Hi ! ... Okay, you're right about that. But you're saying that you want to save a few bits for every pixel, because it will save a lot of space for large ...
Jens Ch. Restemeier
jenschrr@...
Nov 5, 1998 9:08 am
4965
... This is not clear, esp. on modern architectures. A single cache miss can make up for 4-30 machine instructions, and imaging is quite prone to cache misses....
Marc Lehmann
pcg@...
Nov 5, 1998 5:01 pm
4966
"Jens" == Jens Ch Restemeier <jenschrr@...> writes: Jens> The legacy argument: There is no problem in recalculating a 12 Jens> bit image to...
Scott Goehring
scott@...
Nov 5, 1998 7:45 pm
4967
Hi, you'll find included a little patch for file-save->jpeg to add the possibility to save a 'progressive-JPEG' file (see libjpeg.doc in the jpeg distribution,...
Eric Lassauge
lassauge@...
Nov 6, 1998 2:01 pm
4968
... I understand not having the time, but I find this annoying in that you're willing to posit unsubstantiated arguments that if substantiated would help ...
Chris D. Faehl
cfaehl@...
Nov 6, 1998 6:09 pm
4969
... We could get around this by adding XYZ (ok, CMYK is a problem) as internal representation in place of L*a*b, L*u*v, RGB or whatever other model we want....
Marc Lehmann
pcg@...
Nov 6, 1998 10:27 pm
4970
Hi Eric ... Thank you for not resisting ... (risistens is futile :-) ) The patch works great for me ... (on an Alpha running Linux) Thanks Matthias ... ...
Matthias Cramer
cramer@...
Nov 6, 1998 11:03 pm
4971
Michael J. Hammel
mjhammel@...
Nov 7, 1998 2:32 am
4972
As I threatened, I want to get rid of the first image argument in functions where its not necessary. While this is not so much a concern for perl-scripts ;) It...
Marc Lehmann
pcg@...
Nov 7, 1998 2:43 am
4973
Michael> True, but it would help if the artits and designers offered Michael> input on whats missing. To us geeks, its looks fine. :-) i think the way...
Scott Draves
spot@...
Nov 7, 1998 3:20 am
4974
Michael J. Hammel
mjhammel@...
Nov 7, 1998 10:19 am
4975
... The Hollywood branch of Gimp has a support for different image types. Currently there is only an integer ID telling about greyscale, RGB or float image but...