ios - GPUImage库中 GPUImagePicture 不支持alpha,如何解决
大家讲道理
大家讲道理 2017-04-17 17:54:16
[iOS讨论组]

项目需要用到一些滤镜,想使用GPUImage,毕竟效果比较多。使用GPUImagePicture处理图片时,发下导入的图片alpha失效了,现象就是透明的地方变黑了

- (void)setupDisplayFiltering;
{
    UIImage *inputImage = [UIImage imageNamed:@"grossini.png"]; // The WID.jpg example is greater than 2048 pixels tall, so it fails on older devices
    
    sourcePicture = [[GPUImagePicture alloc] initWithImage:inputImage smoothlyScaleOutput:YES];    
    GPUImageView *imageView = (GPUImageView *)self.view;

    [sourcePicture addTarget:imageView];
    [sourcePicture processImage];
}

求指导意见。
https://github.com/BradLarson/GPUImage/pull/1382/files
google了下,有没看懂的,也有试了没效果的,也用过[UIColor clear],没有很好的解决我的问题

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号