惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
有赞技术团队
有赞技术团队
S
Securelist
Attack and Defense Labs
Attack and Defense Labs
T
Threat Research - Cisco Blogs
L
LINUX DO - 最新话题
The GitHub Blog
The GitHub Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
S
Security Affairs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
美团技术团队
量子位
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
GbyAI
GbyAI
O
OpenAI News
IT之家
IT之家
F
Full Disclosure
W
WeLiveSecurity
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Palo Alto Networks Blog
P
Privacy International News Feed
Webroot Blog
Webroot Blog
C
CERT Recently Published Vulnerability Notes
Latest news
Latest news
月光博客
月光博客
博客园 - 【当耐特】
N
News | PayPal Newsroom
Cloudbric
Cloudbric
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
The Exploit Database - CXSecurity.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
博客园 - 三生石上(FineUI控件)
K
Kaspersky official blog
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
博客园 - 叶小钗
TaoSecurity Blog
TaoSecurity Blog
Martin Fowler
Martin Fowler
Simon Willison's Weblog
Simon Willison's Weblog
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
D
Docker
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
PCI Perspectives
PCI Perspectives
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网

博客园 - Windie Chai

为SharePoint顶部链接开发自定义数据源 SharePoint 2010 JavaScript技巧两则 Windows Phone Background Agent杂谈 Linq to SharePoint,看上去很美 Windows Phone自定义主题 Windows Phone WebBrowser的技巧 《Visual Studio程序员箴言》笔记 HTML5学习碎片 Windows Phone 7 UI设计和交互规范随笔(2) Windows Phone 7 UI设计和交互规范随笔(1) 使用SharePoint Client OM来查询列表的注意事项(2) 使用SharePoint Client OM来查询列表的注意事项 小心Windows Live Writer插件偷走你的博客密码 [C#]增强响应性,用加载窗体(Splash)来载入主窗体 WF4.0活动模型(1):工作流既活动 泛谈SharePoint 2010无代码工作流 如何在SharePoint 2010项目中引用UserProfiles.dll Windstyle SlugHelper for Windows Live Writer发布 让代码看起来更舒服(2):选择适合的字体
WindStyle ExifInfo for Windows Live Writer发布
Windie Chai · 2010-02-04 · via 博客园 - Windie Chai

2010-02-04 09:12  Windie Chai  阅读(862)  评论()    收藏  举报

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模板:

<span style="display: inline-block; background-color: #000; padding: 5px;">
<span style="border: solid 1px #fff;">*Image*</span><br />
<small style="color: #fff;">*Model* *FocalLength* *FNumber* *ExposureTime* *ISOSpeedRatings* *DateTimeOriginal*</small>
</span>

定制范例2

image

Html模板:

<span style="display: inline-block; background-color: #fff; padding: 10px; border: solid 1px #ccc;">
<span style="border: solid 1px #ccc;">*Image*</span>
<small style="display: block; margin: 15px 10px 10px 10px; text-align: center; font-family: 'lucida handwriting'; font-size: 14px;">*Model* *FocalLength* *FNumber* *ExposureTime* *ISOSpeedRatings*</small>
</span>

如何参与WindStyle ExifInfo?

如果你有好的意见,欢迎访问此页并留下你的意见。