Skip to content

Commit e963b97

Browse files
authored
Update README.md
V 0..5.0
1 parent 1eb72fa commit e963b97

1 file changed

Lines changed: 42 additions & 49 deletions

File tree

README.md

Lines changed: 42 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,16 @@
88
<br/>
99
<br/>
1010

11-
#### ✨✨ V 0.5.0 (Augus 2025) is coming soon ✨✨
12-
* Multiple enhancements under the hood
13-
* Code Upgrade to Qt6 and Pyside6
14-
* Improvements made to installers
11+
#### <center> ✨✨ Help Website : [Home](https://codecliff.github.io/photoglimmer/) | [User Manual](https://codecliff.github.io/photoglimmer/photoglimmer_help.html) | [Interactive](https://codecliff.github.io/photoglimmer/photoglimmer_guide.html) | [FAQs](https://codecliff.github.io/photoglimmer/photoglimmer_help.html#faq) ✨✨ </center>
1512

1613

17-
> ⚡⚡ New contributor : [Stephan Schielke](https://github.com/stephanschielke/) ⚡⚡
18-
19-
20-
<br/>
2114

22-
23-
24-
25-
#### ✨✨ New Help Website on Github Pages : [Home](https://codecliff.github.io/photoglimmer/) | [User Manual](https://codecliff.github.io/photoglimmer/photoglimmer_help.html) | [Interactive](https://codecliff.github.io/photoglimmer/photoglimmer_guide.html) | [FAQs](https://codecliff.github.io/photoglimmer/photoglimmer_help.html#faq) ✨✨
26-
27-
28-
#### ✨✨ New Features Added In June 2025 Version 0.4 ✨✨
15+
## ✨✨ :rocket: V 0.5 (September 2025) is here! :rocket: ✨✨
16+
* Multiple enhancements under the hood
17+
* Code Upgrade to Qt6 and Pyside6
18+
* Improvements made to installers
19+
* Flatpak Installer added (Experimental)
20+
Along with all the features added in 0.4 , like:
2921
* Mouse drawn selection to aid or restrict AI human detection
3022
* Preference Dialog
3123
* Choice of start directory
@@ -37,21 +29,29 @@
3729
* Online interactive graphical help page
3830

3931

32+
> ⚡⚡ New contributor : [Stephan Schielke](https://github.com/stephanschielke/) ⚡⚡
33+
34+
35+
<br/>
36+
4037

4138

42-
#### ✨✨💻 💻 Download Version 0.4 Binaries 💻 💻 ✨✨
39+
## ✨✨💻 💻 Download Latest Version Binaries 💻 💻 ✨✨
4340

4441

45-
> - 💻 **Linux Appimage:** Download, make executable, and run
46-
* [Appimage for All Linux flavors](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_linux/PhotoGlimmer-0.4.0-x86_64.AppImage)
47-
> - 💻 **Ubuntu .deb Installer**: Download and install using apt or gdebi
48-
* [Deb for Ubuntu](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_linux/photoglimmer_0.4.0-1.ubuntu-jammy_amd64.deb)
42+
43+
> - 💻 **Ubuntu 22.04 .deb Installer**: Download and install using apt or gdebi
44+
* [Deb for Ubuntu 22.04 ](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.5.0_U2204/photoglimmer_0.5.0-1.ubuntu-jammy_amd64.deb)
45+
> - 💻 **Ubuntu 24.04 .deb Installer**: Download and install using apt or gdebi
46+
* [Deb for Ubuntu 24.04 ](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.5.0_U2404/photoglimmer_0.5.0-1.ubuntu-noble_amd64.deb)
4947
> - 💻 **Windows Installer:** Download and install, tested on Windows11
50-
* [Msi Installer](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_win/PhotoGlimmer-0.4.0.msi)
48+
* [Msi Installer](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.5.0_Win/PhotoGlimmer-0.5.0.msi)
49+
> - 💻 **Linux Flatpak Installer (Experimental):** Download and install
50+
* [Flatpak for All Linux flavors](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.5.0_Flatpak/PhotoGlimmer-0.5.0-x86_64.flatpak)
5151

5252
<br/>
5353

54-
[ SHA256 sums _:<br/> bb082f8126236be4078b14183308f21f71183e802f4a192765bc923e25a4c5b4 , <br/> bb082f8126236be4078b14183308f21f71183e802f4a192765bc923e25a4c5b4 , <br/> c2de387f16efde3c4cfa9802d085d66b6377268684348352923f6e5cb50400c9 ]_
54+
For checksums, refer to [release pages](https://github.com/codecliff/PhotoGlimmer/releases) with tags starting with V0.5.0_
5555

5656
<br/>
5757

@@ -137,21 +137,13 @@ The packaged/Installable version of PhotoGlimmer includes all its dependencies
137137
So, if you are using the .deb or .AppImage version, you need to have only **Python version 3.8 or above**
138138

139139

140-
## Running From Source Code
141-
142-
- **Python 3.8+**
143-
- **Qt 5 5.12+**
144-
- **Python Packages**:
145-
- opencv-contrib-python~=4.8
146-
- PySide2~=5.15
147-
- mediapipe~=0.10
148-
- numpy~=1.19
149-
- pyqtdarktheme ~=2.1.0
150-
- splines ~= 0.3.0
140+
## Requirements For Running From Source Code
151141

142+
- create a virtual environment , preferably wiht python 3.10 to 3.12 and install requirements from requiremtns.txt
143+
- see instructions for execution below
152144

153145
## Tested On:
154-
- Ubuntu 22.04
146+
- Ubuntu 22.04 , 24.04
155147
- Fedora Linux 35 (VM, 4 GB RAM) (v 0.3.0 tested)
156148
- Windows11
157149

@@ -183,9 +175,9 @@ So, if you are using the .deb or .AppImage version, you need to have only **Pyth
183175
Follow these steps to install dependencies and run PhotoGlimmer :
184176

185177

186-
1. Create a python environment with python 3.8/3.9
178+
1. Create a python environment , preferably with python 3.10 to 3.12
187179
2. Activate this environment
188-
3. Install requirements as above
180+
3. Install requirements from requirements.txt
189181
4. Then-
190182
* `git clone https://github.com/codecliff/PhotoGlimmer.git`
191183
* `cd PhotoGlimmer`
@@ -223,24 +215,25 @@ Follow these steps to install dependencies and run PhotoGlimmer :
223215

224216
## Known Issues/Limitations:
225217

226-
- <strike>As of now, the the application discards the EXIF data of the image. (Implemented in V 0.3.0)</strike>
227-
- <strike>You cannot simultaneously edit both background and foreground in one session. (Implemented in V 0.3.0)</strike>
228-
- <strike>No Preference Dialog</strike>
229-
- Reset messes up image display height
230-
- Issue Tracker is here: [Issues](https://github.com/codecliff/photoglimmer/issues)
218+
- Pleas add any issues here: [Issues](https://github.com/codecliff/photoglimmer/issues)
231219

232220
<hr >
233221

234-
#### ✨✨ Previous Version (v0.3) Binaries ✨✨
235222

223+
#### ✨✨Previous Version (v0.4) Binaries ✨✨
224+
225+
[Appimage for All Linux flavors](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_linux/PhotoGlimmer-0.4.0-x86_64.AppImage) |
226+
[Deb for Ubuntu](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_linux/photoglimmer_0.4.0-1.ubuntu-jammy_amd64.deb) |
227+
[Msi Installer](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.4.0_win/PhotoGlimmer-0.4.0.msi)
228+
229+
<br/>
230+
231+
#### ✨✨ Previous Version (v0.3) Binaries ✨✨
236232

237-
- **Linux Appimage:** Download, make executable and run
238-
* [Appimage for All Linux flavors](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_u22.04py3.10/PhotoGlimmer-0.3.0-x86_64.AppImage)
239-
- **Ubuntu .deb Installer**: Download and install using apt or gdebi
240-
* [Python 3.8/Ubuntu 20.04](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_linux/photoglimmer_0.3.0-1.ubuntu-focal_amd64.deb)
241-
* [Python 3.10/Ubuntu 22.04](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_u22.04py3.10/photoglimmer_0.3.0-1.ubuntu-jammy_amd64.deb)
242-
- **Windows Installer:** Download and install, tested on Windows11
243-
* [Msi Installer](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0/PhotoGlimmer-0.3.0.msi)
233+
[Appimage for All Linux flavors](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_u22.04py3.10/PhotoGlimmer-0.3.0-x86_64.AppImage) |
234+
[Python 3.8/Ubuntu 20.04 .Deb](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_linux/photoglimmer_0.3.0-1.ubuntu-focal_amd64.deb) |
235+
[Python 3.10/Ubuntu 22.04 .Deb](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0_u22.04py3.10/photoglimmer_0.3.0-1.ubuntu-jammy_amd64.deb) |
236+
[Windows Msi Installer](https://github.com/codecliff/PhotoGlimmer/releases/download/v0.3.0/PhotoGlimmer-0.3.0.msi)
244237

245238
<hr/>
246239

0 commit comments

Comments
 (0)