[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: drawing to NSImage off display
From: |
Omniscient |
Subject: |
Re: drawing to NSImage off display |
Date: |
Tue, 12 May 2009 00:04:39 -0700 (PDT) |
User-agent: |
G2/1.0 |
On May 12, 5:33 am, Scott Christley <schrist...@mac.com> wrote:
> > * Scaling is not working for allocated images. However if I don't
> > scale the image, then I can get it to display (under the right
> > conditions).
In test case 3 may be you should display it this way? (after commented
out NSBitmapImageRep)
[image drawInRect:[self bounds] fromRect: imRect operation:
NSCompositeSourceAtop fraction: 1.0];
tiff creation seems to work, just not scaled.