[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TIFFRpresentation problem
|
From: |
Fred Kiefer |
|
Subject: |
Re: TIFFRpresentation problem |
|
Date: |
Wed, 07 Mar 2007 16:48:36 +0100 |
|
User-agent: |
Thunderbird 1.5.0.9 (X11/20060911) |
Half Activist wrote:
>> Should we create bitmap representations for images as well and
>> draw into them or allow to grap the content of a cached image
>> representation and return it as tiff?
>
> Does this mean I can lock the focus on a representation and draw
> directly in it?
>
Yes, with a call to [NSImage lockFocusOnRepresentation:] you may draw to
a specific representation. But GNUstep will always draw into a cached
representation not a bitmap one, so this doesn't help you.