[Gimp-developer] filter layers

2006-02-19 Thread Jacek Góźdź

Hi

Does anyone here know Lightzone (it is free for linux, but not open 
source, you can download it at http://www.sonic.net/~rat/lightcrafts/). 
The program is not something great, but it got one interesting feature. 
I call it filter layers.


There is something like stack of used filters, that you can turn on/off, 
change opacity, and all values in every used filter, watching the 
effects in real time. You can also change the order, or even delete 
unwanted layers. This is something new, beacause one can use 
hue/saturation filter, and than channel mixer for BW. Then, changing 
hue value, you can simulate the usage of color, photographic filter in 
BW photography.


Is it possible in Gimp, and if not, does anyone think about implementing it?

I'm not a programist.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] filter layers

2006-02-19 Thread Adam D. Moss

Jacek Góźdź wrote:

I call it filter layers.
Is it possible in Gimp, and if not, does anyone think about implementing 
it?


It's been discussed for a long time.  I had a working prototype
several years ago, but it was pretty disgusting to implement
in the GIMP 1.x era core.  I think the general concensus is that
this might suddenly become fairly easy with GEGL so it's
better to wait until then.

--Adam
--
Adam D. Moss   -   [EMAIL PROTECTED]
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Fwd: build problem related to libtool?

2006-02-19 Thread Axel Wernicke

Hi list,

there is a problem with building GIMP on OS X since version 2.3.6  
(2.3.5 still worked well). At the first look it seemed to be related  
to libtool, so I had a conversation with them. Peter gave me then  
some information that might help some enlighted gimp dev to wipe the  
problem out:


Anfang der weitergeleiteten E-Mail:


Von: Peter O'Gorman [EMAIL PROTECTED]
Datum: 19. Februar 2006 11:51:29 MEZ
An: Axel Wernicke [EMAIL PROTECTED]
Kopie: libtool@gnu.org
Betreff: Re: build problem related to libtool?

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter O'Gorman wrote:
| Axel Wernicke wrote:
| | Hi list,
| |
| | while trying to build the latest development version of GIMP on  
OS X  I
| | got some errors. I tried to solve them with the gimp  
developers,  but
| | they told me that my problem is rather related to libtool then  
to  the

| | gimp itself. That is why I'd like to ask for your help.
| | The command that crashes the make is:

The problem is here:
http://cvs.gnome.org/viewcvs/gimp/app/Makefile.am?r1=1.355r2=1.356

I think they want to check for gnu binutils to use -rpath  
$ORIGIN/../lib,
but I'm not sure. Right now they try to do this for OS != windows.  
Ick!


To make an app relocatable on Mac OS X, you have to do more work  
than this.

You need to link your libraries with an install_name (soname) of
@executable_path/../lib/libfoo.dylib, by far the easiest thing to  
do to make
apps relocatable is to build as normal with -Wl,- 
headerpad_max_install_names
~ in LDFLAGS, then you can fix things to have the @executable_path/  
bit after

build using install_name_tool(1).

Not libtool's fault, sorry, now you've got to go back to the gimp  
developers.


Peter


btw. there is a complete build log at http://wernicke-online.net/temp/ 
gimp2.3.7_build.log


hope that helps!

I'd really like to see GIMP running on OS X in the dev version.

Greetings, lexA
---
Live is like a chocolate box, you never know what you wanna get...
GPG Signatur auf http://wernicke-online.net/Impressum/ prüfen



PGP.sig
Description: Signierter Teil der Nachricht
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Usage of icons from GIMP

2006-02-19 Thread Sven Neumann
Hi,

Thor Harald Johansen [EMAIL PROTECTED] writes:

 I have a potential problem coming up, though. I might not release the
 source code of this program. As I understand it, for the icons
 borrowed from GTK+ this poses no problem, because of its LGPL
 licensing. GIMP, however, is licensed under the GPL.

The stock icons are in libgimpwidgets which is released as LGPL. But
you are wrong to assume that being part of a library that is released
under the terms of the LGPL would allow you include the icons in your
closed-source software. The LGPL allows you to link your application
against the library, it doesn't give you the right to reuse parts of
the library. So I am afraid to tell you that you may not use any of
these icons unless you do so by linking to the respective libraries
and allowing your customers to relink the application to other
versions of gtk+ and libgimpwidgets.


Sven
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer