https://github.com/michaelrutherford/silvalide
A program to emulate the effects of analog film on digital images.
https://github.com/michaelrutherford/silvalide
analog analog-photography film film-grain image-processing photography pyside6 python python3
Last synced: 11 months ago
JSON representation
A program to emulate the effects of analog film on digital images.
- Host: GitHub
- URL: https://github.com/michaelrutherford/silvalide
- Owner: michaelrutherford
- License: mit
- Created: 2025-01-03T14:11:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:40:31.000Z (over 1 year ago)
- Last Synced: 2025-02-06T02:52:59.657Z (over 1 year ago)
- Topics: analog, analog-photography, film, film-grain, image-processing, photography, pyside6, python, python3
- Language: Python
- Homepage:
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silvalide

## About
Silvalide is a program used to emulate the effects of analog film on digital images.
It offers a variety of selectable presets, including options for standard, sepia tone, orthochromatic, and infrared film effects.
Its name comes from the silver halide crystals used in traditional film.
## Roadmap
At present, the program is functional, but lacking in features, customization options, and polish.
Below is a list of features that I hope to implement on the road to the 1.0 release.
- [x] Add a GUI
- [x] Improve the performance of the Gaussian blur
- [x] Improve the performance of the vignette function
- [x] Rename the project to reflect a more general purpose
- [x] Add additional effects
- [x] Separate code out into multiple files
- [ ] Add a function to apply scratches to image
- [ ] Adjust infrared preset to be smoother
- [ ] Add RAW file support
- [ ] Add a normal black and white preset
- [ ] Add preset manager class
- [x] Turn the "Film" preset into a warm, cool, and neutral preset
- [x] Upload examples
- [ ] Improve error handling
- [x] Improve code comments
## License
Silvalide is released under the MIT License. For more information, see `LICENSE`.