Skip to content

Python Image Morpher v2.0.2

Latest
Compare
Choose a tag to compare
@ddowd97 ddowd97 released this 29 Dec 20:36
· 10 commits to master since this release

This update includes dependency changes. Please run the command "pip install -r requirements.txt" or equivalent after downloading.

Added

  • Configuration Tab (Work in Progress)
    • Initial GUI implementation for saving, loading, and handling default parameters requested by the user, such as default image search path
    • All widgets are currently disabled and will be enabled in a future update when ready

Changes

  • Image loading methods loadDataLeft() and loadDataRight() now default to the Images_Points folder when the user is prompted to select an image
    • This will be configurable when the Configuration tab is fully implemented and released
  • Code cleanup: Merged and removed duplicate methods for various GUI tasks to reduce unnecessary bloat - more planned in the future
    • updateRed() / updateGreen() / updateBlue()updateColorSlider
    • triangleRedValueDone() / triangleGreenValueDone() / triangleBlueValueDone() → Removed in favor of directly calling verifyValue
  • Rewrote checkUpdate() to instead parse api.github.com as well as silently terminate on exception or failure
  • Modified requirements.txt:
    • Added Requests - missing from 2.0 release, required for checkUpdate()
    • Removed BeautifulSoup - no longer needed due to checkUpdate() changes
  • Miscellaneous: Updated comments for initialized GUI variables and signal connections