Re: resize image with cocoa
Re: resize image with cocoa
- Subject: Re: resize image with cocoa
- From: Sergei Borodavkin <email@hidden>
- Date: Mon, 5 Dec 2005 13:18:22 +0200
Sure you can, e.g.:
[img setScalesWhenResized: YES];
[img setSize: NSMakeSize (100., 100.)];
Cheers!
Sergei Borodavkin,
BeLight Software, Ltd.,
Software Developer
On Dec 5, 2005, at 10:04 AM, Francesca P wrote:
Hallo,
I have to create thumbnails in my cocoa apps.
I've tryed with applescript in cocoa, but with image events I can't
modify resolution of my image.
I don't want use applications like photoshop or similar because I
need that my cocoa-apps works indipendent from user installations...
So, can I resize image only with cocoa-obj-c???
thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40belightsoft.com
This email sent to email@hidden
Sergei Borodavkin,
BeLight Software, Ltd.,
Software Developer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden