Skip to content

采用node编写的RAW照片删选器,便于摄影师整理照片。摄影师在浏览JPG照片并删选完成后使用此脚本自动找到对应的RAW格式文件删除不需要的RAW文件删除不需要的废片只保留与JPG命名相匹配的的文件。

Notifications You must be signed in to change notification settings

mjczyt/RAW-RAWselector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RAWselector

RAWselector - is a nodejs script for photography to delect the RAWphoto that they don't want, base on the JPG which they choose to reserve。

RAWselector是一个nodejs程序,为了便于摄影师在拍摄结束删选照片时只需要浏览JPG格式的照片并删除废片,之后使用此程序会自动删除不需要的RAW格式照片。

#How to use Install nodejs in your compurter.

在电脑里安装nodejs。

Node.js

##run

Copy all the photo into 'photo' directory include JPG and RAW.

将所有照片拷贝到‘photo’文件夹,包括JPG格式和RAW格式。

open the Command at this path and run the script by input.

在当前文件夹打开命令行,输入以下命令。

parameter1 is the type of the file that you choose and delect photo, such as 'JPG'、'JPEG'.

parameter1是你用于浏览删选的格式,列如'JPG'、'JPEG'。

parameter2 is the type of the RAW photo,such as 'CR2'(for Canon camera)、'ARW'(for Sony camera).

parameter2是所要删除的RAW照片后缀名,列如‘CR2’(佳能相机)、‘ARW’(索尼相机)。

 $ node raw parameter1 parameter2 

##Done!

About

采用node编写的RAW照片删选器,便于摄影师整理照片。摄影师在浏览JPG照片并删选完成后使用此脚本自动找到对应的RAW格式文件删除不需要的RAW文件删除不需要的废片只保留与JPG命名相匹配的的文件。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published