Image Cataloguer(图片编目)

来源:互联网 发布:汽车用品大全淘宝网 编辑:程序博客网 时间:2024/05/20 03:46

原文地址链接:

 http://www.codeproject.com/Articles/469059/Image-Cataloguer

源码下载链接:

 http://download.csdn.net/detail/eyuanatqqdotcom/4654032

Introduction

If you are like me then you probably have your picture library organised in folders based on some criteria(标准、条件). It will be most likely catalogued by date. Personally, I prefer to have my library organised similar to the screenshot below:

你可能和我一样,拥有一个以某种方式组织的图片库。组织多半是以日期为依据的。我喜欢以下图所示的方式组织我的图片库。

I bet(打赌) that it is quite a task to transfer the files from your camera.

Background

I am using Total Commander as a file manager of my choice.

我使用TC来作为我的文件管理工具。

Recently I asked on their forum if they could include an add-on that will allow cataloguing.

最近我询问TC的管理者,是否可以添加一个自动编目的插件功能。

Apparently, you can do it using a built-in tool (someone suggested a two-step process using some scripts).

Anyway, I had a spare couple hour on Friday night when I have finished a project and did not want to start a new project. So, I wrote a small tool that takes the files from a source folder and copies them to a target folders based on the files' dates

After a week of using the first version I decided to enhance it a little bit. First of all, I have moved the file copy function to a separate thread. Then I added some more useful features.

As a result, this program has been created:

。。。有时间写吧,,,呵呵,反正是自己一边读,一边写写,练习下英文的阅读和翻译能力,不过底子实在是太次了。

 

原创粉丝点击