On Mar 30, 2010, at 2:37 PM, John Nairn wrote:
> My application now saves jpeg thumbnail data from an NSImage of a bit map by
> using
>
> [NSBitmapImageRep representationUsingType:properties]
>
> selector and it works fine in Snow Leopard development. When I run the app in
> Tiger, howev
Hi John,
This would mean that you're assuming that a particular NSImageRep retrieved
from an NSImage is an NSBitmapImageRep, and it isn't.
-Ken
On Tue, Mar 30, 2010 at 1:37 PM, John Nairn wrote:
> My application now saves jpeg thumbnail data from an NSImage of a bit map
> by using
>
> [NS
My application now saves jpeg thumbnail data from an NSImage of a bit
map by using
[NSBitmapImageRep representationUsingType:properties]
selector and it works fine in Snow Leopard development. When I run the
app in Tiger, however, the code fails with following selector problem
in the