A simple GUI application to convert 35mm film negatives to GIFs. This program aims to provide a streamlined process for turning specialty camera negatives into digital GIFs or composite images (WebM support Soon™). For a list of supported cameras, jump here.
Full Negative | Export Result |
---|---|
Full Negative | Export Result |
---|---|
- Rensha Cardia BYU-N 16
- Nimslo 3D
- Rensha Cardia BYU-N 8
- Nishika N8000/N9000
- Stereo Realist
- Lomography Pop 9
- Reto 3D
- Action Tracker Sports 35
If you know of or have a camera that should work with this app let me know and I will add it to the list!
You could also save me the trouble and add support yourself following the existing templates. 😉
There are no pre-built binaries available at this time. To run the application, you will need to build it from source.
- Clone the repository to your local machine.
- The project is set up for VSCode with the CMake Tools extension. (But CMake can be run from the command line as well)
- In VSCode, under the Run and Debug tab, select the Launch task that matches your system platform.
- This should generate the necessary build files and compile the application.
- On first build, the project will download and build the necessary dependencies (wxWidgets).
- This may take some time depending on your system and internet connection.
- After the first build you will have to navigate to the wxWidgets folder and apply the patches described in wxWidgetsChanges.md.
- The application should be output to the
build
directory!
This project is licensed under the MIT License - see the LICENSE.md file for details.
The following repositories were used in the development of this project: