GithubHelp home page GithubHelp logo

本地gif显示不出来 about knphotobrowser HOT 5 CLOSED

lukane avatar lukane commented on June 25, 2024
本地gif显示不出来

from knphotobrowser.

Comments (5)

lxm1799 avatar lxm1799 commented on June 25, 2024

`
QYLocalCloudModel *model = obj;
KNPhotoItems *items = [[KNPhotoItems alloc] init];

        if (model.type == MediaUploadTypeVideo) {
            items.url = model.filePath;
            items.isVideo = YES;
        }else{
            items.sourceImage = (UIImage *)model.image;
        }
        [itemArr addObject:items];

//当前的model.image的类型是UIAnimatedImage,且确定是有数据的。但是赋值给items.sourceImage预览的时候黑屏。
//目前仅gif出现黑屏问题,
`

from knphotobrowser.

lxm1799 avatar lxm1799 commented on June 25, 2024

相关问题demo,可前往https://github.com/lxm1799/KNBrowserDemo下载,展示问题的demo在“AddImageViewController”

from knphotobrowser.

LuKane avatar LuKane commented on June 25, 2024

不支持 本地gif图展示!

from knphotobrowser.

lxm1799 avatar lxm1799 commented on June 25, 2024

这个问题我本地修复了,相关代码晚点提交给你看看。

from knphotobrowser.

LuKane avatar LuKane commented on June 25, 2024

好的!! 多谢了哈

from knphotobrowser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.