image size problem
image size problem
- Subject: image size problem
- From: "MAnish Billore" <email@hidden>
- Date: Sat, 26 Jul 2008 17:39:26 +0530
Hi,
I creating an image and checking its size.
I am getting image size is 1440x1920 but it is different from the actual size that is 2560 × 1920.
NSImage *image = [NSImage imageRepWithContentsOfFile:fullPath];
NSSize imgSize=[image size];
NSLog(@" size %fx%f" , imgSize.height,imgSize.width);
Please help me.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden