Skip to content

Releases: MechTechnology/SmartStitch

1.6 - Adds support for .JFIF files

21 Jun 08:25
2025b3f
Compare
Choose a tag to compare
  • .JFIF files are a variation of jpg files that some times can be gotten from kakao.
  • .JFIF files are now support as input format. (Yes this is is cause i am too lazy to rename .jfif to .jpg)
  • .JFIF files were not added as an output as they don't provide anything that standard jpg doesn't or any other format for that matter.

1.5 - Adds Natural File Sorting

18 Jun 12:31
d581438
Compare
Choose a tag to compare
  • Now there will be no need for renaming your files.
  • The files will be loaded in and sorted naturally by name.
  • Essentially, the order of the files will be exactly how they look in File Explorer (when sorted by name)
  • If they look good in order your file explorer they should be fine in the program.

To be more clear here is an example:

  • Before: 1.jpg, 03.jpg, 10.jpg, 11,jpg, 2.jpg
  • Now: 1.jpg, 2.jpg, 03.jpg, 10.jpg, 11,jpg, [Does not care about formatting, will now sort correctly]

1.4.1 - Adds Webp Support

14 Jun 13:35
d5bcfeb
Compare
Choose a tag to compare
  • Adds Webp support format.

1.4 - Saving user settings

12 Jun 19:39
b85166e
Compare
Choose a tag to compare

It can now save the settings you set for the next time it launches, it's a set it and forget
Exact Settings being saved are:

  • Saves Panel Height
  • Saves Sensitivity
  • Saves Output Type

1.3 - Better JPG Output

12 Jun 18:34
2024199
Compare
Choose a tag to compare
  • JPG should look as good as the original [As good as PNG since the quality is now set to max]
  • now default output type is JPG.

1.2 - More output format and QoL

12 Jun 18:19
191029a
Compare
Choose a tag to compare
  • Adds ability to change output format (jpg, png, tiff, bmp, tga)
  • Saving in jpg is apparently way faster than png (0.8sec per chapter, instead of 6.7sec for png)
  • Also changing the input path will now update the output path. (Should help with batch stitching)

1.1 - First Bugfix...

10 Jun 21:57
651ba6c
Compare
Choose a tag to compare
  • Fixes some part of the application being cut off on different windows scaling.
    [Hopefully that bug is fixed]....

1.0 First Release of SmartStitch

10 Jun 19:55
cad70d5
Compare
Choose a tag to compare
  • Currently only support vertical stitching.
    [Might add more features later, who knows!!]