- 博客(1)
- 收藏
- 关注
原创 压缩图像文件并转换成BMP格式
function GraphicToBmp(P: TPicture; Quality: Integer = 80): TBitmap;var Jpg: TJpegImage;begin Result := TBitmap.Create; with Result do begin Width := P.Width; Height := P.Height; Canvas.Dr
2004-01-25 21:18:00 1342 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人