I have some 1000 images in my project,total size of the images is around 400MB. I am using this images to display thumbnail representation on MAc.
After building xcode,My Application build size is 410MB.I am using NSImage imageNamed api to access this image.
Is it possible to reduce the build size by reducing image size using cocoa.
Any suggestions would be appreciated.