uwbmp.pas
来自「FMA is a free1 powerful phone editing to」· PAS 代码 · 共 26 行
PAS
26 行
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 + =
减小字号Ctrl + -
显示快捷键?