ios - GPUImage库中 GPUImagePicture 不支持alpha,如何解决
大家讲道理
大家讲道理 2017-04-17 17:54:16
0
0
777

项目需要用到一些滤镜,想使用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)
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!