掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
BMPの構造は? (ID:75174)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
//BMPは以下の構造をしています。 //(14bytes) Public Type BITMAPFILEHEADER bfType As Integer bfSize As Long bfReserved1 As Integer bfReserved2 As Integer bfOffBits As Long End Type //40bytes Public Type BITMAPINFOHEADER biSize As Long biWidth As Long biHeight As Long biPlanes As Integer biBitCount As Integer biCompression As Long biSizeImage As Long biXPelsPerMeter As Long biYPelsPerMeter As Long biClrUsed As Long biClrImportant As Long End Type //ここにRGBQUAD構造が入る場合もある。 Public Type RGBQUAD rgbBlue As Byte rgbGreen As Byte rgbRed As Byte rgbReserved As Byte End Type //ここからBitsデータ
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.