Side-by-side image viewer with synchronized zoom and sliding overlays. Drag and drop to instantly compare multiple images on your desktop. Very open source.
The docs should explain how to (re)generate the icons resources file icons_rc.py which contains the icons used in the Viewer.
This came up when troubleshooting how to add SVG icons for #37 with consistent behavior regardless of the means of execution (Python, --onefile EXE, --onedir EXE, etc.). I used this guide: https://www.pythonguis.com/tutorials/qresource-system/
The general steps are:
Add/change the files in butterfly_viewer/icons
Add/change the corresponding files in icons.qrc
In Anaconda Prompt:
Activate the standard environment (./env)
Change directory to the source code butterfly_viewer
The docs should explain how to (re)generate the icons resources file
icons_rc.py
which contains the icons used in the Viewer. This came up when troubleshooting how to add SVG icons for #37 with consistent behavior regardless of the means of execution (Python, --onefile EXE, --onedir EXE, etc.). I used this guide: https://www.pythonguis.com/tutorials/qresource-system/The general steps are:
butterfly_viewer/icons
icons.qrc
butterfly_viewer
pyrcc5 icons.qrc -o icons_rc.py