Missing IMGBatch Checker is a personal project designed to help identify missing image files in a DCIM folder, typically used by iOS devices. This tool ensures that all expected image files are accounted for, making it easier to detect gaps in your photo collection.
- Scans a DCIM folder for missing image files.
- Supports common iOS file naming conventions (e.g.,
IMG_0001.JPG). - Provides a report of missing files for easy reference.
- Lightweight and easy to use.
When transferring photos from an iOS device, some files may be accidentally skipped or lost. This tool helps verify that all files in a sequence are present, ensuring no memories are left behind.
- Open the web app in your browser.
- Specify the directory containing the DCIM files.
- Define the expected file naming pattern and range (e.g.,
IMG_0001.JPGtoIMG_0999.JPG). - The app scans the folder and identifies missing files.
- A report is generated listing the missing file names.
- A modern web browser (e.g., Chrome, Firefox, Edge).
- Clone the repository:
git clone https://github.com/DryCrade/missing-imgbatch-checker.git
- Open the
index.htmlfile in your browser to use the app locally.
Alternatively, you can use the app directly via GitHub Pages: Missing IMGBatch Checker Web App
- Improve CSS Styling; make it look cleaner.
- Implement additional features for batch processing multiple folders.
Inspired by the need to ensure complete photo backups from iOS devices.