This is a quick tool to automate the process of converting files to .jpeg.
You will need git to clone the repository. You will need node.js to run the script.
- Download Git - https://git-scm.com/downloads
- Download Node.Js - https://nodejs.org/en/ (download the "Recommended For Most Users" version)
- Navigate to where you want to save this project.
- right click in the file directory, then click 'git bash here'
- type 'git clone https://github.com/yungnoey/jpeg-converter.git' Wait for the project to be cloned. Close out this git bash window.
- Drag and drop your files into the 'raw' folder in this project directory.
- Right click in the project directory, and open git bash again. type 'node index.js' into the git bash terminal and hit enter
- wait. The tool will log "Conversion Complete!" when it is finished.
- Do what you want with your files in the 'export' folder.