?? 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 + -