Latest | 0.0.1 |
---|---|
Homepage | https://github.com/larcus94/LBGIFImage |
License | MIT Copyright (c) 2012 Laurin Brandner Permission is hereby granted, free of charge, to any person obtaining a copy The above copyright notice and this permission notice shall be included in all THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
Platforms | ios |
Frameworks | ImageIO |
Authors |
About
LBGIFImage is an easy and efficient way to display animated GIF images. It’s based on the ImageIO.framework
which makes it fast and lightweight.
Installation
- Drag the
LBGIFImage
folder into your project. - Import the
ImageIO.framework
.
Example
NSData* data = [NSData dataWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"image" ofType:@"gif"]];
UIImage* image = [UIImage animatedGIFWithData:data];
License
LBYouTubeView is licensed under the MIT License.
Latest podspec
{ "name": "LBGIFImage", "version": "0.0.1", "summary": "This is a small category that creates an animated UIImage out of a gif image.", "license": { "type": "MIT", "text": " Copyright (c) 2012 Laurin Brandnernn Permission is hereby granted, free of charge, to any person obtaining a copyn of this software and associated documentation files (the "Software"), to dealn in the Software without restriction, including without limitation the rightsn to use, copy, modify, merge, publish, distribute, sublicense, and/or selln copies of the Software, and to permit persons to whom the Software is furnishedn to do so, subject to the following conditions:nn The above copyright notice and this permission notice shall be included in alln copies or substantial portions of the Software.nn THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORn IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEn AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERn LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INn THE SOFTWARE.n" }, "homepage": "https://github.com/larcus94/LBGIFImage", "authors": { "Laurin Brandner": "http://laurinbrandner.ch" }, "source": { "git": "https://github.com/larcus94/LBGIFImage.git", "commit": "2f29b949eca7e98097564b1f3aeab5a4892b779b" }, "platforms": { "ios": null }, "source_files": "UIImage+GIF.{h,m}", "frameworks": "ImageIO", "requires_arc": false }
Sun, 06 Mar 2016 23:45:04 +0000