Your browser's -imageBrowser:itemAtIndex: data source method returns objects 
that conform to the IKImageBrowserItem informal protocol. You can specify 
-imageRepresentationType to return IKImageBrowserNSImageRepresentationType and 
have -imageRepresentation return a reasonably-sized thumbnail image.

If you manage a thumbnail cache to supply those images, you could restrict the 
maximum memory footprint and reduce the likelihood that you'll keep getting 
expensive (time-wise) delays trying to generate/draw an image in the browser.


On Jul 30, 2010, at 7:30 AM, Brian Postow wrote:

> I have an IKImageView, and I'm putting CGImages (That I make out of NSImages) 
> onto it. However, a normal 200DPI 8.5/11 page takes like 3 seconds to come 
> up, appearing in rectangles about 2inches (screen) on a side at a time. This 
> is really annoying. Is there a way around this?
> 
> Alternatively, is there a way to double buffer the view? To have 2 
> IKImageViews and draw into one, and then display it?

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to