📄 uwbmp.pas
字号:
unit uWBMP;
// Wireless BitMaP (WBMP) Level 0: B/W, Uncompressed
// This implements the WBMP format (WAPSpec 1.1 and 1.2)
// It does support ExtHeaders as defined in the spec.
// The WAP client does not need to implement ExtHeaders.
// It does not support Animation (load only first image).
// File extensions: .wbmp .wbm
// WSP/HTTP Media types: image/xwap.wbmp
// image/x-wap.wbmp
// image/vnd.wap.wbmp; level=0
// (c) 2004 Alexander Penev <sasho@5group.com>
// License: LGPL 2
interface
uses
Classes, Windows, Graphics;
(*
W-Bitmap = Header Image-data
Header = TypeField FixHeaderField [ExtFields] Width Height
TypeField = 慣ype of image which is defined in Section 6.1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -