SDWebImageDecoder.h 534 B

12345678910111213141516171819
  1. /*
  2. * This file is part of the SDWebImage package.
  3. * (c) Olivier Poitrey <rs@dailymotion.com>
  4. * (c) james <https://github.com/mystcolor>
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. #import <Foundation/Foundation.h>
  10. #import "SDWebImageCompat.h"
  11. @interface UIImage (ForceDecode)
  12. + (nullable UIImage *)decodedImageWithImage:(nullable UIImage *)image;
  13. + (nullable UIImage *)decodedAndScaledDownImageWithImage:(nullable UIImage *)image;
  14. @end