I have been struggling with this for a long time. I need to rotate
scanned images (with large dpi) and I wrote code that does this. But
the results always look iffy and especially when I start to scale
them up.
It turns out that the new image only contains a cached image rep:
I have tried several things such as using the best image rep, or
changing the graphics context to a virtual printer, but I always end
up with a cached image rep that is based on the dpi of the screen
like above.
What do I need to do so my drawing is done using the highest bitmap
image rep available and the cached image rep is at that resolution?
Here is the code for you to take a look at:
Thank you for your help!
Annard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden