delphi中,使用TGifimage这个类可以使Image显示Gif动画
// Image1:TImage;
// Image1.Picture.LoadFromFile(OpenDialog1.FileName);
TGIFImage(Image1.Picture.Graphic).AnimationSpeed := 100;
TGIFImage(Image1.Picture.Gr...
分类:
其他好文 时间:
2014-05-15 19:42:23
阅读次数:
321
1.参考图像列表(reference picture list)
一般来说,h.264会把需要编码的图像分为三种类型:I、P、B,其中的B、P类型的图像由于采用了帧间编码的这种编码方式,而帧间编码又是以参考图像为基础进行的,因此需要有个参考图像列表来管理之前生成的参考图像,方便用于对当前图像进行.....
分类:
其他好文 时间:
2014-05-12 21:16:14
阅读次数:
435
x264编辑H.264是ITU(International Telecommunication
Unite 国际通信联盟)和MPEG(Motion Picture Experts Group
运动图像专家组)联合制定的视频编码标准。目录1简介2性价比3特点4使用介绍?命令行界面的x264?基本用法?...
分类:
其他好文 时间:
2014-05-12 14:53:49
阅读次数:
527
??
Control:控件
content:内容
Method:方法
Property:属性
ReadOnly:只读
IsReadOnly:取值 bool
Visiblility:控件是否可见
visible:可见
Collapsed:不可见
IsEnabled:控件是否可用, 取值为true:false
Background:背...
分类:
其他好文 时间:
2014-04-30 22:43:39
阅读次数:
290
写在前面:
Why to learn Python?All in picture:
开始正文啦,本文截取了笔记中的部分,其他详细内容稍微会整理呈现在博客中...
本文解决以下问题:
一、什么是Python
二、配置Windows Python环境
三、配置Python的Eclipse开发环境
四、Hello World,Python,waiting f...
分类:
编程语言 时间:
2014-04-28 10:12:41
阅读次数:
400
代码:import java.awt.Graphics;import
javax.swing.ImageIcon;import javax.swing.JPanel;public class Picture extends
JPanel { private static final long ...
分类:
其他好文 时间:
2014-04-28 09:55:53
阅读次数:
903