Re: Creating a Bundle via Code
Re: Creating a Bundle via Code
- Subject: Re: Creating a Bundle via Code
- From: Ben Trumbull <email@hidden>
- Date: Sat, 21 Jun 2008 14:07:05 -0700
Grant,
You don't need a bundle or package or anything besides a plain old
directory. Core Data doesn't care where you place your images on the
file system. One file URL is just as good as any other to Core Data.
As others have mentioned, it's probably the transition from
JPEG->NSImage->NSData that's decompressed the bytes. You're probably
bested served by just keeping the JPEG bytes on disk and using the
NSImage representation exclusively in memory for display purposes.
--
-Ben
_______________________________________________
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