游子日月长

笑渐不闻声渐悄,多情却被无情恼!

导航

2017年1月13日 #

Delphi判断一个文件是不是JPG图片

摘要: 判断头几个字节: function IsJpegFile(FileName: string): Boolean;constRightBuf : array[0..3] of Byte = ($FF,$D8,$FF,$D9);varBuf: array[0..3] of Byte;beginFillC 阅读全文

posted @ 2017-01-13 15:29 游子日月长 阅读(157) 评论(0) 推荐(0) 编辑