Re: Saving jpeg data

2010-03-30 Thread Nick Zitzmann
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

Re: Saving jpeg data

2010-03-30 Thread Ken Ferry
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

Saving jpeg data

2010-03-30 Thread John Nairn
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