On Aug 5, 2010, at 10:48 AM, Graham Cox wrote:

> 
> On 06/08/2010, at 12:39 AM, Brian Postow wrote:
> 
>> ([img size].width / [rep pixelWidth]) * 72
> 
> 
> and that should be:-
> 
> [rep pixelWidth] * 72.0 / [img size].width;
> 
> Your formula is inverted, and you should multiply before dividing to get best 
> precision.
> 

good points.

But... um,  then how do i fix my imgsize? this nsimage is  sometimes coming 
from a PDFPage with:

        NSData* imgData = [pg dataRepresentation];
        NSImage* img = [[NSImage alloc] initWithData:imgData ];
is there a better way to get the data out of the PDFPage? 

Other times, it's coming from either a TIFF file, or raw bitmap data from a 
scanner.

> --Graham

Brian Postow
Senior Software Engineer
Acordex Imaging Systems

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to