SCapture image agent windows live writer plugin
Download: setup | source
License: Free use and modification
Requires: Microsoft .NET Runtime 2.0 or later, SnagIt 7.0 or later
Screen captures are important when blogging and having an easy way to capture images from the screen and embedding them into a blog entry is a key feature.
This plugin based on the famous windows live writer plugin SnagIt Screen Capture Plugin ,and give it ability to save image to google picasa directly.
This plugin provides these features:
Option:
---------------------------以下为中文内容----------------------------------------------------------
下载: 安装程序 | 源代码
版权: 自由使用复制修改
环境: Microsoft .NET Runtime 2.0 以上, SnagIt 7.0 以上
在我们写博客文章的过程中,截屏是经常要用的的功能之一 。但同时也是相当繁琐的一个操作,要不停的在不同的软件(截图软件,图片编辑软件,图片上传工具,写作工具)之间切换。有没有一种方式可以将这所有的步骤合并起来呢?我花了点时间制作了这个插件Scapture image agent for window live writer.
这个插件部分代码参考了 SnagIt Screen Capture Plugin ,在其基础上增加了上传图片文件到Google Picasa的功能,并且可以很容易的编写插件实现上传到其他图片服务器。
具体功能如下:
- Captures screen shots with many of nagIt's options
- Lets you utilize the nagIt image editor for customizing captures
- Embeds captured images directly into Blog posts
- Gives you the choice of whether images are saved locally or to google picasa
- Persists capture settings between captures
- Upload local file to picasa
- Plugin supported ,you can write your own plugin to support third image store web service
- Sample code for how to write you own plugin
Option:
---------------------------以下为中文内容----------------------------------------------------------
下载: 安装程序 | 源代码
版权: 自由使用复制修改
环境: Microsoft .NET Runtime 2.0 以上, SnagIt 7.0 以上
在我们写博客文章的过程中,截屏是经常要用的的功能之一 。但同时也是相当繁琐的一个操作,要不停的在不同的软件(截图软件,图片编辑软件,图片上传工具,写作工具)之间切换。有没有一种方式可以将这所有的步骤合并起来呢?我花了点时间制作了这个插件Scapture image agent for window live writer.
这个插件部分代码参考了 SnagIt Screen Capture Plugin ,在其基础上增加了上传图片文件到Google Picasa的功能,并且可以很容易的编写插件实现上传到其他图片服务器。
具体功能如下:
- 屏幕截图,需要SnagIt 7.0 以上支持
- 编辑图片,增加特效
- 将图片插入到文章中
- 可以设置是直接插入本地文件还是要上传到Picasa服务器
- 支持插件,可以编写插件实现上传到其他图片服务器(如:flickr,yupoo)的功能
- 安装包中包含了一个如何编写插件的例子
[...] 今天在开发针对Picasa的windows live writer插件Scapture Image Agent时,发现使用上传到picasa的原始图片嵌入到网页时,经常会出现无法显示的问题,有时候是自动下载文件。估计是Google对原始文件的调用进行了限制。没法子那就只能使用缩略图了,好在调用也不是太麻烦. [...]