Re: Issue with [NSImage drawAtPoint:fromRect:etc:...]
Re: Issue with [NSImage drawAtPoint:fromRect:etc:...]
- Subject: Re: Issue with [NSImage drawAtPoint:fromRect:etc:...]
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 5 Sep 2002 19:45:05 +0200
On Thursday, September 5, 2002, at 07:28 PM, Christopher Holland wrote:
It sounds like your image may have a specified resolution that is not
72 ppi. Since you have Photoshop...check in the image scaling dialog
and make sure that your resolution is set for 72. It sounds like it
may be around 150 or so. The Cocoa libraries (correctly) interpret the
resolution in an image file and use that when rendering to a device.
It's 72 ppi.
But some issue with small image drawing would not surprise me too much
since when you're adding an image to a round small NSButton ,when the
button is pushed, the image is sometimes not correctly drawn.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.