hi want show thumbnail of images in cocoa application can u please me this.
when have image path show in ikimagebrowserview using
code:
myimageobject *item; nsstring *filename = [path lastpathcomponent]; /* skip '.*' */ if([filename length] > 0){ char *ch = (char*) [filename utf8string]; if(ch) if(ch[0] == '.') return; } item = [[myimageobject alloc] init]; [item setpath:path]; [images addobject:item]; [item release]; [imagebrowser reloaddata]; //but gives --imagekit error: reloaddata called in non main thread i want display thumbnail without having path directly image stream.
in visual studio can read whole image file stream , stream display thumbnail.
there method this?
thanks.
Forums Macs Mac Programming
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
Comments
Post a Comment