• 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: NSImage + Distributed Objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSImage + Distributed Objects


  • Subject: Re: NSImage + Distributed Objects
  • From: "Adam R. Maxwell" <email@hidden>
  • Date: Mon, 13 Aug 2007 21:58:07 -0700


On Aug 13, 2007, at 21:38, James Trankelson wrote:

I've been trying to use distributed objects lately, and have
encountered something I can't seem to understand.

I've got an application that's asking a remote object for an image.
The remote machine is creating the image from a View, and sending this
image back to the requesting machine.

[...]

(I've tried sending both NSImage and NSBitmapImageRep types without luck)

Try sending -[NSImage TIFFRepresentation] instead, which should certainly work. Passing an NSImage directly will not work, but you might be able to archive an NSImage or NSBitmapImageRep with NSArchiver and send that (I haven't tried that technique myself).


--
Adam

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSImage + Distributed Objects
      • From: Ofri Wolfus <email@hidden>
    • Re: NSImage + Distributed Objects
      • From: "James Trankelson" <email@hidden>
References: 
 >NSImage + Distributed Objects (From: "James Trankelson" <email@hidden>)

  • Prev by Date: NSTextView scroll button problem
  • Next by Date: Re: CGImageRef to bitmap context? [SOLVED]
  • Previous by thread: NSImage + Distributed Objects
  • Next by thread: Re: NSImage + Distributed Objects
  • Index(es):
    • Date
    • Thread