菜鸟教程小白 发表于 2022-12-12 20:05:24

iphone - 更改 UIImage 的透明度(不是 UIImageView)


                                            <p><p>我正在使用 AVAssetWriterInputPixelBufferAdaptor 从 UIImage 数组创建视频,
我想以不同形式的动画改变从一个图像到另一个图像的过渡(很像幻灯片......实际上就像幻灯片一样)。</p>

<p>其中一种过渡样式是淡出。
因为我像这样写 UIImages ..</p>

<pre><code>    UIImage *image = imageView.image;
    UIImage *resizedImage = ;
    CGImageRef img = ;
    CVPixelBufferRef buffer = ;

    ;
</code></pre>

<p>我想知道是否有可能(无需手动操作像素)
为达到这个 .. ? </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>混合你正在转换的两个图像怎么样?</p>

<p>请参阅以下主题:<a href="https://stackoverflow.com/questions/1309757/blend-two-uiimages" rel="noreferrer noopener nofollow">blend two uiimages based on alpha/transparency of top image</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 更改 UIImage 的透明度(不是 UIImageView),我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/9954253/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/9954253/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 更改 UIImage 的透明度(不是 UIImageView)