Michael Schneider
f18c250f3e
Merge branch 'master' into feature/osx-support
2016-01-30 16:33:15 -08:00
Michael Schneider
cd20716750
Fix using NSGraphicsContext in creating a CGImage in NSImage category
2016-01-06 14:58:34 +01:00
Michael Schneider
8df9dc00c6
Add support for OS X to library
...
Mapping generic classes like PINImage, PINImageView and PINButton to the equivalent UIKit or AppKit classes. Throughout the framework use these mappings instead of the concrete UIKit / AppKit names. Furthermore we provide a category on NSImage that is adding methods that are not available on NSImage but on UIImage.
2016-01-04 17:39:50 +01:00
Marius Landwehr
0cd4a176a3
Did some rework from the feedback on the pull request
2015-12-21 21:35:29 +01:00
Marius Landwehr
337027351e
added better swift support for UIImage+DecodedImage
2015-12-21 21:35:29 +01:00
Sam Dean
c0e74f10eb
Replace @import with #import
2015-09-30 14:39:13 +01:00
Mike Simons
0715074f0f
Adding comments for CGImageOrientation enum
...
Until minimum sdk is >= 8.0 we can't use the actual enum
2015-08-17 20:01:27 -04:00
Mike Simons
bad4912543
Non-ARC memory management fixes.
2015-08-17 19:44:10 -04:00
Mike Simons
42a9aa255e
Convert from class method to helper function
2015-08-14 20:30:00 -04:00
Mike Simons
892a788e0f
Whitespace cleanup
2015-08-14 20:27:57 -04:00
Mike Simons
82fc354d39
Addresses #39
...
Converts the embeded EXIF orientation into UIImageOrientation to be used when creating the resulting UIImage
2015-08-14 17:09:10 -04:00
Zev Eisenberg
c9f1796b3f
Prefix category methods.
2015-07-27 17:57:37 -04:00
Jared Sinclair
8dc2c2a4f5
fix(imports): change to module imports where relevant
2015-07-26 18:25:56 -04:00
Garrett Moon
9d2bd31f95
1.0
2015-07-22 17:29:31 -07:00