how can i read PNG image to NSImage. I tried the following way,but when i get the width and size of the image i\'m getting some weird value.. if any one can direct me in right p
Use [NSImage imageNamed:tString]. tString should be the base file name of the image file; and need not contain a file extension.
[NSImage imageNamed:tString]