⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uwbmp.pas

📁 FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data
💻 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 + -