This repository contains program for doing slit photography. It provides user interface and quite good perfomance to try this genre of photography.
Tested on:
- Windows 10
- Linux
The result obtained using the program.
Read wiki article about slit-scan photography for basic understanding what it is.
You have two options here: to download pre-prepared files for your system (easy way) or you can clone this repository, install all required libraries and run .py file derectly (more complicated way).
Download archive for your system, than unpack wherever you want and run .exe file if you are using Windows or run ./executable_file_name on Linux. On Linux it may be necessary to make the file executable like this:
$ sudo chmod -x executable_file_name
Clone this repository:
$ git clone https://github.com/neon-softhamster/slitphoto.git
Go slitphoto folder
cd slitphoto
Install libs listed in requirements.txt using pip
pip install -r requirements.txt
Run and use. A detailed description of using the program will appear later in this section.
Feel free to dive in! Or if you find out some issue (which, in fact, there are still a lot) open thread here.
Use it as you want © Me