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

项目需要用到一些滤镜,想使用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],没有很好的解决我的问题

大家讲道理
大家讲道理

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

reply all (0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!