Re: [Gimp-developer] Custom ColorDisplay question

2005-05-23 Thread Sven Neumann
Hi,

"Dominic Laflamme" <[EMAIL PROTECTED]> writes:

> I am working on a ColorDisplay module and need to know the image-space
> position of the tile I am being asked to convert in my _convert
> function. Is there anyway to know this? Basically, my ColorDisplay
> needs to have a copy of the whole image in order to do the conversion.
>
> Or, another way to get around my problem would be to know the image ID
> of the image currently being refreshed. ...is that possible?

That is not currently possible. But in order to finish the
implementation of color management, we will need to do some changes to
the module API for GIMP 2.4 anyway. So I would like to know what you
are trying to achieve. It would be very helpful to get some input on
what API is needed for color display modules.


Sven


___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] Custom ColorDisplay question

2005-05-21 Thread Dominic Laflamme

Hi,
I am working on a ColorDisplay module and need to know the image-space 
position of the tile I am being asked to convert in my _convert function. Is 
there anyway to know this? Basically, my ColorDisplay needs to have a copy 
of the whole image in order to do the conversion.


Or, another way to get around my problem would be to know the image ID of 
the image currently being refreshed. ...is that possible?


tx,
Dominic


___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer