ARASCIISwizzle
ARASCIISwizzle copied to clipboard
Swizzle your iOS project into ASCII art.
See https://travis-ci.org/dblock/ARASCIISwizzle/jobs/21587100 UIImage+ASCIITests.m, see https://github.com/dblock/ARASCIISwizzle/commit/56ec85abc3b6c9fe6e787f49869de10fc74b7c90.
The [implementation of drawImageFromText](https://github.com/dblock/ARASCIISwizzle/blob/master/Classes/UIImageView%2BASCII.m#L147) used to first draw the text, then resize it, creating something blurry. I removed resizing in https://github.com/dblock/ARASCIISwizzle/commit/4598e98148121c295a53da24f66802984cfe5f4c, but now you get images of different size. If...