mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-23 12:26:24 +03:00
doc: new features
This commit is contained in:
parent
8fe6d70749
commit
7742416a53
2 changed files with 14 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023 Artemy
|
Copyright (c) 2023 artegoser (Artemy Egorov)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
14
README.md
14
README.md
|
@ -6,6 +6,7 @@ Image-Pluser is a Web User Interface (WebUI) application that allows users to pr
|
||||||
|
|
||||||
To run Image-Pluser, follow these steps:
|
To run Image-Pluser, follow these steps:
|
||||||
|
|
||||||
|
0. Install ffmpeg (only for vid2imgs and imgs2vid)
|
||||||
1. Clone the repository: `git clone https://github.com/artegoser/image-pluser-webui.git`
|
1. Clone the repository: `git clone https://github.com/artegoser/image-pluser-webui.git`
|
||||||
2. Create venv: `python -m venv venv`
|
2. Create venv: `python -m venv venv`
|
||||||
3. Install the necessary dependencies: `pip install -r requirements.txt`
|
3. Install the necessary dependencies: `pip install -r requirements.txt`
|
||||||
|
@ -14,7 +15,7 @@ To run Image-Pluser, follow these steps:
|
||||||
|
|
||||||
### one-click-installers
|
### one-click-installers
|
||||||
|
|
||||||
Just download and run the file in `scripts/one-click` (you need git and python3).
|
Just download and run the file in `scripts/one-click` (you need git, ffmpeg and python3).
|
||||||
|
|
||||||
## Available Stacking Methods
|
## Available Stacking Methods
|
||||||
|
|
||||||
|
@ -23,6 +24,17 @@ Just download and run the file in `scripts/one-click` (you need git and python3)
|
||||||
3. Untrack: Removes stars from the sky (pictures should not move)
|
3. Untrack: Removes stars from the sky (pictures should not move)
|
||||||
4. Noise extractor: Gets all the noise in the image (actually makes nonsense)
|
4. Noise extractor: Gets all the noise in the image (actually makes nonsense)
|
||||||
|
|
||||||
|
## Available Bulk Methods
|
||||||
|
|
||||||
|
1. Edge detection
|
||||||
|
2. Canny edge detection
|
||||||
|
3. Sharpen
|
||||||
|
|
||||||
|
## Other features
|
||||||
|
|
||||||
|
1. Imgs to video
|
||||||
|
2. Video to images
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Denoise
|
Denoise
|
||||||
|
|
Loading…
Add table
Reference in a new issue