Skip to the content.

dRAW

About

Easily search and remove orphan RAW files that don’t have corresponding / matching JPG in same directory, and vice versa. Useful if you shoot RAW+JPG with your DSLR, review and delete the JPG, then want to delete the RAW counterparts.

:warning: Use at your own risk.

Usage

  1. Download latest release
  2. Select :
    • file formats (depends on your camera brand)
    • actions to perform (delete, recycle bin, archive)
    • Input directory (with / without recursivity inside)
  3. Dry-run to preview the result
  4. Apply to delete / move orphan files

Features

Supported file formats :

Advanced

To add more supported file formats :

  1. Edit dRAW.exe.config file :
...
<setting name="FileFormats" serializeAs="Xml">
	<value>
		<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
			xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<string>CR2 (Canon)</string>
			<string>CR3 (Canon)</string>
			<string>CRW (Canon)</string>
			<string>DNG (Generic)</string>
			<string>RAW (Generic)</string>
			<string>RW2 (Panasonic)</string>
			<string>NEF (Nikon)</string>
			<string>NRW (Nikon)</string>
			...
			<string>YOUR ADDITIONAL FILE EXTENSION GOES HERE</string>
			...
		</ArrayOfString>
	</value>
</setting>
...
  1. Save, restart dRAW, and enjoy
  2. Create a pull request :wink:

Requirements

Todo

Libraries

License

dRAW is released under the GNU General Public License v3.0.