简体   繁体   English

使用C ++从Windows资源管理器获取图像属性

[英]get image properties from windows explorer using C++

I am using C++ and would like to get the image information from a jpeg/tiff/png/bmp file. 我正在使用C ++,想从jpeg / tiff / png / bmp文件中获取图像信息。 Windows explorer shows the following properties and I would like to get them programatically. Windows资源管理器显示以下属性,我希望以编程方式获取它们。

在此处输入图片说明

Where do I get information on the programming interface for Windows explorer for these properties? 我在哪里可以从Windows资源管理器的编程接口上获得有关这些属性的信息?

Just use GDI+, no need for any extra library. 只需使用GDI +,无需任何额外的库。 Windows already comes with it. Windows已经附带了它。

See what Microsoft says about doing so here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms533832(v=vs.85).aspx 在此处查看Microsoft对此的评价: http : //msdn.microsoft.com/zh-cn/library/windows/desktop/ms533832(v=vs.85).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM