• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: NSImageView PICTRepresentation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: NSImageView PICTRepresentation?


  • Subject: RE: NSImageView PICTRepresentation?
  • From: Robert Clair <email@hidden>
  • Date: Fri, 8 Oct 2004 11:39:17 -0400

Unlike TIFFRepresentation which is part of both NSImage and
NSBitmapImageRep, PICTRepresentation is only part of NSPICTImageRep.

How can access it so I can get a copy of my PICT data?

That's your problem right there - you don't *have* any PICT data.

- [NSPICTImageRep PICTRepresentation] will only return you the data from
an NSPICTImageRep that was created from a PICT in the first place.

Baring that, the only way (at least that I know) to get PICT data would be
to get the bitmap pixels directly and then use Quickdraw to make a PICT with that
data. Of how to do that, I remain cheerfully innocent.

Bob Clair


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: NSImageView PICTRepresentation?
      • From: George Lawrence Storm <email@hidden>
    • Re: NSImageView PICTRepresentation?
      • From: "R. Scott Thompson" <email@hidden>
  • Prev by Date: Re: Equivelent to drawRect: for drawing after sub views are drawn
  • Next by Date: Re: NSImageView PICTRepresentation?
  • Previous by thread: NSImageView PICTRepresentation?
  • Next by thread: Re: NSImageView PICTRepresentation?
  • Index(es):
    • Date
    • Thread