摘要:
1、判断位图的像素格式: var bit: TBitmap; pix: TPixelFormat; s: string; begin bit := TBitmap.Create; bit.LoadFromFile('c:\temp\test.bmp'); //位图路径 pix := bit.PixelFormat; s := ''; case pix of ... 阅读全文
posted @ 2008-12-01 14:08
万一
阅读(6332)
评论(8)
推荐(0)
浙公网安备 33010602011771号