TeaM-TL / FotoKilof

GUI for ImageMagick and Wand
MIT License
306 stars 17 forks source link

Can‘t find the 3.7.7 FotoKilof-windows-gui version #122

Closed scillidan closed 2 years ago

scillidan commented 2 years ago

Great projects. Can exercise on it, very useful for using the imagemagick to generate pictures. But I only find the windows-gui version 3.3.0 on https://github.com/ruisaraiva19/favycon/releases

TeaM-TL commented 2 years ago

Install via pypi as described in readme:

install fresh ImageMagick (remember to add path into %PATH% environment variable during installation)
fresh Python3 (remember to add path into %PATH% environment variable during installation)
install from PyPi by: python -m pip install pywin32 fotokilof

I do not plan to provide binaries for Windows. If you have time to prepare binaries and installer eg. NSIS, do it!

scillidan commented 2 years ago

Thanks for guide :)