风型 WindStyle


WindStyle ExifInfo for Windows Live Writer

ExifInfo-Logo

什么是Exif?

Exif,既Exchangeable Image File,是由数码相机在拍摄过程中采集并且镶嵌到照片文件内部的一些信息。Exif信息主要包括拍摄照片时的设备信息、光圈、快门速度、ISO、拍摄时间甚至拍摄地点。

什么是WindStyle ExifInfo?

WindStyle ExifInfo是一个Windows Live Writer插件,作为Windows Live Writer添加图片时丢失Exif信息的补充,WindStyle ExifInfo允许你在向日志中添加图片的同时添加该图片的Exif信息,并可以定制照片和Exif信息的显示样式。

image

同时,WindStyle ExifInfo还是一个开源项目,它托管在微软的CodePlex网站,你可以点击这里访问本项目

如何使用WindStyle ExifInfo?

WindStyle ExifInfo插件的使用方法非常简单:

  1. 移步至此页面下载最新编译版本;
  2. 将下载得到的“WindStyle.WindowsLiveWriter.Plugin.ExifInfo.zip”文件解压缩;
  3. 将解压缩得到的“WindStyle.WindowsLiveWriter.Plugin.ExifInfo.dll”和“Exif.dll”两个文件复制到Windows Live Writer安装目录的Plugins目录
  4. 重新启动Windows Live Writer,在【工具】【选项】【插件】中启用“WindStyle ExifInfo”;
  5. 在编写日志时,在工具栏中的【插入】下拉菜单中找到“图片(包含Exif信息)”,点击并选取图片即可:
    image2

如何定制Exif信息的显示样式?

只需要掌握一些HTML和CSS知识,便能够根据自己的喜好来定制照片和Exif信息的显示样式了:

  1. 在【工具】【选项】【插件】中 选中“WindStyle ExifInfo”;
  2. 点击“选项”按钮,在弹出的“ExifInfo选项”对话框中编辑Html模板即可:
    image4

定制范例1

image

Html模板:

<div class="exifinfo">
<span style="background-color: #000;padding: 5px">
<span style="border: solid 1px #fff">*Image*</span>
</span>
*Model* *FocalLength* *FNumber* *ExposureTime* *ISOSpeedRatings* *DateTimeOriginal*
</div>

定制范例2

image

Html模板:

<div class="exifinfo">
<span style="background-color: #fff;padding: 10px;border: solid 1px #ccc">
<span style="border: solid 1px #ccc">*Image*</span>
*Model* *FocalLength* *FNumber* *ExposureTime* *ISOSpeedRatings*
</span>
</div>

如何参与WindStyle ExifInfo?

如果你有好的意见,可以在本页以评论的形式留下;如果你有好的想法,并且愿意花费时间和精力来共同开发这个插件,我也迎你加入到这个开源项目中,请在评论中留下你的想法和CodePlex账号。

版本

其他

WindStyle依赖于开源项目ExifTags

One Comment

Leave a Reply