Skip navigation.
 
mlRe: NSImage question
FROM : John Stiles
DATE : Thu Nov 18 18:45:25 2004

This is a bug in NSImage with certain BMP files.
Change the file format to something else (PNG comes to mind) and it
should work fine.
(BTW I filed this as rdar://3874072)


On Nov 18, 2004, at 9:40 AM, Mark Thomas wrote:

> Hi,
>  Does anybody know if we should use NSImage and NSImageView when
> dealing
> with images ???, or should we use something else (like the Quicktime
> object), but documentation and ADC books implies that we should use
> them.
>
>  I ask as I believed it used QuickTime underneath for it image format
> support, but I game to class a millions of colors BMP file, and it
> couldn't
> draw it all :-(.
>
>  Doing this using with the Preview.app did the same thing, Dropping
> it on
> the QuickTime player worked fine. If I covered it to thousands of
> colors it
> worked fine on all.
>
> Any ideas ???.
>
> Thanks
> Mark.
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlNSImage question Mark Thomas Nov 18, 18:40
mlRe: NSImage question John Stiles Nov 18, 18:45
mlRe: NSImage question Mark Thomas Nov 18, 18:48
mlRe: NSImage question Ricky Sharp Nov 18, 19:08
mlRe: NSImage question John Stiles Nov 18, 19:47