Skip to content

Releases: Coskon/coskimageeditor

v1.0.0

10 Jun 01:18
8c6df75
Compare
Choose a tag to compare

Created a .exe for the program, ready to be used in just one click.

Added the capability to give system args to the paths of the images to load them on initialization (mainly to open images with the .exe directly).

It takes some time (~3-4 seconds) to open the program because of the imports, i'll try to add some sort of cache if possible, or reduce the number of "heavy" imports.

Also uploaded files to build your own .exe. If you want to not open the console, you can add --noconsole to the pyinstaller args in create_exe.bat, and run create_exe.bat afterwards.

This creates another venv using python 3.10.X, so it will occupy some more space, if needed you can just delete it afterwards and keep whatever is inside the "dist" folder.

This .bat is made to work on Windows only (and the program wasn't tested on Linux), even though Linux might not need big changes to make it work, have that in mind.