首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > 免费# ImageInfo类C

免费# ImageInfo类C

  • 资源大小:21.52 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 免费 ImageInfo

资 源 简 介

A free C# class which can get properties from image files. The C# code is migrated from java, and the original java code at http://schmidt.devlib.org/image-info/index.html Usage: ImageInfo imageInfo = new ImageInfo(); imageInfo.ImageSource = new FileStream( @"c: est.jpg", FileMode.Open, FileAccess.Read); if (imageInfo.Check()) { Console.WriteLine(imageInfo.FormatName); } else { Console.WriteLine("wrong"); }

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP