Wiki

Clone wiki

ios-image-utils / Home

Page: Create white alpha PNG

PNG alpha issue with UIBaButtonItem used in Navigation Bar http://stackoverflow.com/questions/3431961/uibarbuttonitem-icon-white-when-added-via-ib-black-when-added-programmatically http://stackoverflow.com/questions/4324764/iphone-uibarbuttonitem-alpha-of-button-image http://stackoverflow.com/questions/8448320/alpha-mask-extraction-process-objective-c-implementation

http://www.hollance.com/2011/11/transparent-jpeg-images/

http://ios.biomsoft.com/2012/01/02/ios-5-customize-uinavigationbar-and-uibarbuttonitem-with-the-appearance-api/

Icon sizes https://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html Icon sets http://owltastic.com/2011/08/simple-interface-design-icons/ http://stackoverflow.com/questions/5140117/where-can-i-buy-iphone-icon-sets http://pictos.cc/three/ UI reference examples: http://nathanmanousos.com/ui_reference/

Retina http://www.cocos2d-iphone.org/forum/topic/30117

trevor harmon with ios 5 fixes https://gist.github.com/2009030

http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/#comments

http://stackoverflow.com/questions/6141298/how-to-scale-down-a-uiimage-and-make-it-crispy-sharp-at-the-same-time-instead/7775470#7775470

http://stackoverflow.com/questions/1573758/any-code-library-to-scale-down-an-uiimage

Image from UIVIew, and scale factor for retina. http://www.icab.de/blog/2010/10/01/scaling-images-and-creating-thumbnails-from-uiviews/

ios camera problem: http://stackoverflow.com/questions/538041/uiimagepickercontroller-camera-preview-is-portrait-in-landscape-app

WebKit limit on Retina JPG image display: http://news.ycombinator.com/item?id=3739317

Decode UIImage in background https://gist.github.com/2002207

A UIImage category that will replace or remove colors. This allows multiple colors to be changed on a single image, until it has alpha values. https://gist.github.com/1292152

Search Github:gist https://gist.github.com/gists/search?utf8=%E2%9C%93&q=UIImage&page=1

Rotations, grayscale conversion, skew detection of text images http://code.google.com/p/uiimage-operations/source/browse/trunk/source/UIImage%2BOperations.h

Cooliris http://code.google.com/p/cooliris-toolkit/source/browse/#hg%2FClasses

SSToolkit

http://code.google.com/p/tweetphoto-api-objective-c/source/browse/#svn%2Ftrunk

ios3 + cgimage extra for trevor's code https://smallduck.wordpress.com/2010/01/14/improvement-to-uiimageplusresize-m/

Welcome

Welcome to your wiki! This is the default page we've installed for your convenience. Go ahead and edit it.

Wiki features

This wiki uses the Creole syntax, and is fully compatible with the 1.0 specification.

The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

Go ahead and try:

$ git clone https://bitbucket.org/bitcartel/ios-image-utils.git/wiki

Wiki pages are normal files, with the .wiki extension. You can edit them locally, as well as creating new ones.

Syntax highlighting

You can also highlight snippets of text, we use the excellent Pygments library.

Here's an example of some Python code:

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

You can check out the source of this page to see how that's done, and make sure to bookmark the vast library of Pygment lexers, we accept the 'short name' or the 'mimetype' of anything in there.

Have fun!

Updated