【WPF学习手记】图像动态播放并保存为gif 动图

本demo实现两个目的:1. 图片的循环播放; 2. 生成 gif 动图; 思路:循环播放采用计时器;生成 gif 采用官方的函数,貌似只播放一次,不能循环播放。 xaml代码 <Window x:Class="GifSave.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
相关文章
相关标签/搜索