个人工具

“UbuntuHelp:Photos/BatchRenaming”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Photos/BatchRenaming}} {{Languages|UbuntuHelp:Photos/BatchRenaming}} #title Renaming Batches of Photos If you have a digital camera, you probably...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:Photos/BatchRenaming}}
 
{{Languages|UbuntuHelp:Photos/BatchRenaming}}
 
#title Renaming Batches of Photos
 
#title Renaming Batches of Photos
 
 
If you have a digital camera, you probably have a large number of photos. What's more, they probably have names like ''DSCF0024'', which aren't very meaningful.
 
If you have a digital camera, you probably have a large number of photos. What's more, they probably have names like ''DSCF0024'', which aren't very meaningful.
 
 
You can rename large collections of photos at once using a ''batch renaming'' program, which saves you the effort of renaming them individually.
 
You can rename large collections of photos at once using a ''batch renaming'' program, which saves you the effort of renaming them individually.
 
 
=== Bulk Rename ===
 
=== Bulk Rename ===
 
 
''Bulk Rename'' is a graphical interface for renaming any type of file. It is very powerful, intuitive, and easy to use, and allows you to insert, overwrite, remove, and number files. Unfortunately this program doesn't read the EXIF information embedded in the photos. Bulk Rename is part of ''Thunar File Manager''.
 
''Bulk Rename'' is a graphical interface for renaming any type of file. It is very powerful, intuitive, and easy to use, and allows you to insert, overwrite, remove, and number files. Unfortunately this program doesn't read the EXIF information embedded in the photos. Bulk Rename is part of ''Thunar File Manager''.
 
 
To install ''Bulk Rename'', press '''Applications''' -> '''Add/Remove...''' and then select ''Bulk Rename'' from the ''Accessories'' category.
 
To install ''Bulk Rename'', press '''Applications''' -> '''Add/Remove...''' and then select ''Bulk Rename'' from the ''Accessories'' category.
 
 
https://help.ubuntu.com/community/Photos/BatchRenaming?action=AttachFile&do=get&target=BulkRename01.png
 
https://help.ubuntu.com/community/Photos/BatchRenaming?action=AttachFile&do=get&target=BulkRename01.png
 
 
=== jhead ===
 
=== jhead ===
 
 
''jhead'' is a command-line utility that can be used to manipulate EXIF data. It is able to handle batch renaming and is very useful in cases when the date of the picture is required as part of the name.
 
''jhead'' is a command-line utility that can be used to manipulate EXIF data. It is able to handle batch renaming and is very useful in cases when the date of the picture is required as part of the name.
 
 
Install the ''jhead'' package to use ''jhead''.
 
Install the ''jhead'' package to use ''jhead''.
 
 
==== Example Usage ====
 
==== Example Usage ====
 
 
To use ''jhead'', press '''Applications''' -> '''Accessories''' -> '''Terminal''' and type a command such as the following:
 
To use ''jhead'', press '''Applications''' -> '''Accessories''' -> '''Terminal''' and type a command such as the following:
 
 
<code><nowiki>jhead -n%y%m%d-%02i *.jpg</nowiki></code>
 
<code><nowiki>jhead -n%y%m%d-%02i *.jpg</nowiki></code>
 
 
For help, type ''jhead -h'' or visit [http://www.sentex.net/~mwandel/jhead/].
 
For help, type ''jhead -h'' or visit [http://www.sentex.net/~mwandel/jhead/].
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:59的版本

  1. title Renaming Batches of Photos

If you have a digital camera, you probably have a large number of photos. What's more, they probably have names like DSCF0024, which aren't very meaningful. You can rename large collections of photos at once using a batch renaming program, which saves you the effort of renaming them individually.

Bulk Rename

Bulk Rename is a graphical interface for renaming any type of file. It is very powerful, intuitive, and easy to use, and allows you to insert, overwrite, remove, and number files. Unfortunately this program doesn't read the EXIF information embedded in the photos. Bulk Rename is part of Thunar File Manager. To install Bulk Rename, press Applications -> Add/Remove... and then select Bulk Rename from the Accessories category. BatchRenaming?action=AttachFile&do=get&target=BulkRename01.png

jhead

jhead is a command-line utility that can be used to manipulate EXIF data. It is able to handle batch renaming and is very useful in cases when the date of the picture is required as part of the name. Install the jhead package to use jhead.

Example Usage

To use jhead, press Applications -> Accessories -> Terminal and type a command such as the following: jhead -n%y%m%d-%02i *.jpg For help, type jhead -h or visit [1].