画像形式を指定するための定義値
ImageFormat
(プラグイン / モジュール : hspdsc.dll)
画像形式を指定するための定義値です。
#define ImageFormat_LUM 0x01000000 // グレースケール 8bit #define ImageFormat_RGB 0x03000102 // RGB 24bit #define ImageFormat_BGR 0x03020100 // BGR 24bit ※ HSPでは通常こちらを使用します #define ImageFormat_RGBX 0x04000102 // BGRA 32bit #define ImageFormat_XRGB 0x04010203 // ARGB 32bit #define ImageFormat_BGRX 0x04020100 // BGRA 32bit #define ImageFormat_XBGR 0x04030201 // ABGR 32bit
bar_Read | バーコードやQRコードが含まれる画像を読み取り、解析結果を返します | (hspdsc.dll) |
BAR_RESULT | BAR_RESULT構造体 | (hspdsc.dll) |
プラグイン / モジュール | hspdsc.dll |
バージョン | 2.13 |
作成日 | 2021/6/13 |
著作者 | イノビア(inovia) |
URL | https://hsp.moe/ |
備考 | HSP向け DirectShow キャプチャプラグイン
【32bit版ランタイムの場合】 hspdsc.asをインクルード バーコードを使用する場合はhspbar.asをインクルード 【64bit版ランタイムの場合】 hsp3_64.asをインクルード hspdsc64.asをインクルード バーコードを使用する場合はhspbar64.asをインクルード |
グループ | hspbar.dll |
対応環境 |
|
移植のヒント | Windows |
hs ファイル | hsphelp\hspdsc.hs |