Command Table picture轉存bitmap指令: Bmpcvtst.exe <FILE NAME> – convertintobw –saveas<FILE NAME>,<TYPE>,[<FORMAT>],[<NOPALETTE>] -exit Example: 1. Conditions: bw, 1bpp, c-format Bmpcvtst.exe " apple_294x362.jpg " –convertintobw –saveas " apple_294x362_bw_1bpp " ,1,1 -exit 2. Conditions: bw, 8bpp, c-format Bmpcvtst.exe " apple_294x362.jpg " –convertintobw –saveas " apple_294x362_bw_8bpp " ,1,5 –exit 3. Conditions: 4-gray, 2bpp, c-format Bmpcvtst.exe " apple_294x362.jpg " –convertintogray4 –saveas " apple_294x362_gray4_2bpp " ,1,2 –exit 4. Conditions: 4-gray, 1bpp, c-format Bmpcvtst.exe " apple_294x362.jpg " –convertintogray4 –saveas " apple_294x362_gray4_1bpp " ,1,1 –exit 此為錯誤條件 , 4-gray 每個 pixel 最低要 2-bits, 無法以 1-bit 實現 4-Gray 在目錄下會出現 Error Log 說明 ”FORMAT does not match image.” <FORMAT> 參數可忽略不設 , 會自動以最低位元數儲存 5. Conditions: 4-gray, 2bpp,