# cr3_converter **Repository Path**: wxd237/cr3_converter ## Basic Information - **Project Name**: cr3_converter - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-21 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cr3_converter This project uses libraw to convert cr3 files to jpeg. ## Building Clone the repo to your machine as such: ```bash $ git clone https://github.com/sudokid-software/cr3_converter $ cd cr3_converter $ mkdir build $ cd build $ cmake .. ```