changelog

来自「这是符合Linux操作系统标准的POIXS 的pixops-2.0.5源程序」· 代码 · 共 49 行

TXT
49
字号
2004-09-27  Ramesh Dharan  <rrdharan@vmware.com>	* Add complete licensing information:	Added the LGPL license banner to the top of all the sources.	Attributed copyright to Red Hat, Inc. for all unmodified source files,	with additional portions copyright VMware, Inc. for modified source	files.2004-09-22  Ramesh Dharan  <rrdharan@vmware.com>	* Add support for more pixel formats to the other scaling paths:	Augmented the rest of the scaling code paths to support the same	extended set of pixel formats as the new nearest-neighbor code.	* Add return/error code to all external functions:	The only real use of this is for pixops_scale to return	PIXOPS_ERROR_UNSUPPORTED_FORMAT for source/destination formats it	doesn't support.2004-09-21  Ramesh Dharan  <rrdharan@vmware.com>	* Add support for more pixel formats for nearest-neighbor scaling:	Changed pixops nearest neighbor scaling code to support the following	pixel format conversions:	src          dest        8(PSEUDO)    15, 16, 24, 32        15(RGB555)   16, 24, 32, 8(BGR)        16(RGB565)   15, 24, 32, 8(BGR)        24(RGB888)   15, 16, 32, 8(BGR)        32(RGB888)   15, 16, 24, 8(BGR)2004-09-20  Ramesh Dharan  <rrdharan@vmware.com>	* Add makefile:	Added a makefile to make building the library and test program easier.2004-09-18  Ramesh Dharan  <rrdharan@vmware.com>	* Remove gtypes dependencies, re-indent: 	Replaced gint, guint etc. with the ISO/ANSI C equivalents. Reindented	most of the C source and broke up >80 character lines.	2004-08-26  Ramesh Dharan  <rrdharan@vmware.com>	* Initial fork from gdk-pixbuf.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?