delphi获取jpggifpng等格式图片的大小(高度和宽度).docxVIP

  • 181
  • 0
  • 约4.2千字
  • 约 11页
  • 2021-11-08 发布于江苏
  • 举报

delphi获取jpggifpng等格式图片的大小(高度和宽度).docx

Delphi获取JPG 、GIF 、PNG 等格式图片的大小(高度和宽度) unit ImgSize; interface uses Classes; procedure GetJPGSize(const sFile: string; var wWidth, wHeight: Word); procedure GetPNGSize(const sFile: string; var wWidth, wHeight: Word); procedure GetGIFSize(const sGIFFile: string; var wWidth, wHeight: Word); implementat

文档评论(0)

1亿VIP精品文档

相关文档