https://github.com/andraxdev/vavilone-gallery
Vavilone gallery
https://github.com/andraxdev/vavilone-gallery
content-generator python
Last synced: about 1 year ago
JSON representation
Vavilone gallery
- Host: GitHub
- URL: https://github.com/andraxdev/vavilone-gallery
- Owner: AndraxDev
- Created: 2020-06-24T11:35:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T12:37:13.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T06:41:47.911Z (over 1 year ago)
- Topics: content-generator, python
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vavilone Gallery
Version: 1.0
This gallery contains all avaliabe and unavaliable images. Program based on autogeneration
## How to use
Place image to the same directory with processor.py and rename as ***input.png***
Also you can use other formats, but do not forget to change file type at line 222 at ***processor.py***. Tested jpg and png. Other at you ovn risk. WARNING: Vector graphics not supported. You need to rasterize vector images first.
You can change brightness at line 234 at processor.py
Run following command:
```ssh
$ py processor.py
```
The programm convert image to decimal value and show position in gallery
Run following command to start searching by id:
```ssh
$ py cycle.py
```
Note: before run you can change values of some variables
To simple convert decimal number to image use ***search.py***