• 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: how to create a CIImage object from a given path safely?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to create a CIImage object from a given path safely?


  • Subject: Re: how to create a CIImage object from a given path safely?
  • From: Scott Andrew <email@hidden>
  • Date: Sun, 21 Dec 2008 08:05:46 -0800

I think the best method to create from a file is imageWithContentsOfURL..

CIImage* image = [CIImage imageWithContentsOfURL:[NSURL urlWithPath:somePath]];

Scott

On Dec 21, 2008, at 7:50 AM, Alex.Wang wrote:

Hi everyone.
As the topic mentioned, I wanted to use a method to create a CIImage object
from the given file path neatly, quickly and safely.
I have investigated on these field for a while. However, since there are too
many methods which can be used to do that, I don't know which one should be
the best.
Can anyone here give some advice? Thank you very much.
Best wishes.


--
Best regards.
_______________________________________________

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

_______________________________________________

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


References: 
 >how to create a CIImage object from a given path safely? (From: Alex.Wang <email@hidden>)

  • Prev by Date: Re: selectionShouldChangeInTableView called twice
  • Next by Date: Re: Cocoa-dev Digest, Vol 5, Issue 2186
  • Previous by thread: how to create a CIImage object from a given path safely?
  • Next by thread: Re: Cocoa-dev Digest, Vol 5, Issue 2186
  • Index(es):
    • Date
    • Thread