Bogdan Poplauschi
|
2064f28d2f
|
Implemented Nullability according to https://developer.apple.com/swift/blog/?id=25. Decided to make explicit nullable and nonnull and not use NS_ASSUME_NONNULL_BEGIN so everything is clearer when read. Done so in the implementation files as well
|
2016-06-07 08:48:45 +03:00 |
Bogdan Poplauschi
|
94c1ec3ed0
|
Revisited all copyright comments and decided for just one format
|
2016-06-01 15:53:08 +03:00 |
拔萝卜的☂Tank
|
be0791233c
|
Update UIImage+MultiFormat.m
fix <Error>: ImageIO: CGImageSourceCreateWithData data parameter is nil bug
|
2015-06-02 20:23:40 +08:00 |
BB9z
|
f6d7d60b98
|
Missing mark.
|
2014-07-22 16:58:08 +08:00 |
Bogdan Poplauschi
|
681a7c4222
|
Merge pull request #819 from n13/master
guarding against image source == NULL
|
2014-07-18 16:21:16 +03:00 |
Nikolaus Heger
|
9faee5356c
|
guarding against image source == NULL
|
2014-07-18 11:07:13 +07:00 |
Bogdan Poplauschi
|
a6f11b3ad7
|
Fixed #775, made sure all the category methods that are public have the sd_ prefix (deprecated the old ones)
-there were a few exceptions where I just renamed the methods since they were added in this method
|
2014-06-25 21:32:53 +03:00 |
Nikolaus Heger
|
c76aba6c00
|
support for image orientation
|
2014-06-17 22:38:37 +07:00 |
Fabrice Aneche
|
6dc02bd8f7
|
reformat code (appcode)
|
2014-01-06 17:12:24 -08:00 |
Fabrice Aneche
|
6d6796c31a
|
explicit webp detection
|
2014-01-06 13:00:13 -08:00 |
BB9z
|
4eaf0d7cee
|
Import WebP category only when the macro is activated.
|
2013-06-16 18:04:28 +08:00 |
Olivier Poitrey
|
5ecb8d56af
|
Do not enable webp when not explicitly activated by a macro (fix #415)
|
2013-06-10 21:42:58 +02:00 |
Olivier Poitrey
|
04fa4c97b5
|
Add WebP format support (fix #410)
How awesome is that?! =)
|
2013-06-07 20:43:51 +02:00 |
Olivier Poitrey
|
1dbb79f903
|
Refactor GIF support
Remove GIF specific code from main source, isolate it in a UIImage category to ease future addition of format support
|
2013-06-07 19:39:07 +02:00 |