Search results for all wikis

All

X

To edit this page, click the Edit (pencil) button. To delete this page, click the Delete (–) button. When you edit this page, you can use the editing toolbar to: • Rename the page • Apply paragraph or character styles to text • Create bulleted lists, numbered lists, and tables • Insert media, such as images, audio, or QuickTime movies • Attach files • View HTML source for the page For more information about editing pages, click Help.

Scaling an image with Quartz and Objective-C

I wrote some code to scale images using Rails and Python running on OS X. Its horribly slow. So I tried Objective-C which wasn't too bad at all. ...

Development

Objective-C Scaling an image with Quartz and Objective-C Creating a square thumbnail using Objective-C and Quartz ...

Creating a square thumbnail using Objective-C and Quartz

Here are some code to create a square thumbnail in Quartz and Objective-C #include <CoreServices/CoreServices.h> #include <Quartz/Quartz.h> int ...