You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
SmartStitch V2.0
New Shiny Logo, with more stitches Teehee xD.
Alot of rewrites for many things.
All core stitch related functions were moved To a Core File.
Having a common file allow both the Console and GUI version to be updated with each other.
Rewriting the Console, essentially finally updating it to the same functions as the ones GUI uses. (Now runs from the Core File)
Added the SmartStitchGUI_SingleFile.spec, now you can build a single file version of the GUI using Pyinstaller.
Rewriting the GUI, to be cleaner (code wise) and work better with the centralized Core File.
Separated the settings in the GUI to basic and advanced settings.
Added 2 advanced settings, which are the ignorable pixels edges, and the scan line step. (These features can be called from the Console Version as well)
Version 2.0, should be a better platform to build on for newer version, so look forward to possible new features :3.
Full details on everything in the application will now be found in the application's read me file.