Skip to content

Alpha v1.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZhengjcVP ZhengjcVP released this 03 Nov 04:51
· 1 commit to main since this release
f374bfd

v1.6 alpha

Added reset_dpi.py program, which can despeckle and reset dpi 0/1 bitmap PNG files in batch.

The following changes are made regarding LoadScanPDFMain.pyandMusicScoreProc.py:

  • Check for Temp folder and Output folder before running program, making deleting them unecessary. If files in folders don't meet requirements, exit the program with error message. The process is listed below:
  1. When Temp folder exists, and contians all .jpgfiles needed (actually only detecting first and last file), do not read PDF.
  2. If either folder exists, and is empty, don't create the folder again.
  3. If either folder exists, but does not meet requirement above, exit with error.
  • Added a operating mode in RotateByStraightLine function。2is text mode, which is slower, but better for pure text. 0is the default mode in previous versions. 1is automatic, will run text mode if angle is 0after default mode. It is recommended to use2 after confirming pages with texts. It is not recommended to use1.
  • Default resolution is no longer 4000x5400, and is changed to4500x6000. This can fit larger scores, but will leave wider margins for regular scores. Added a High Resolution preset,in which DPI and resolution are 1.5times the new default. (Therefore both can fit to the same PDF) This is better for full score, but will result in larger file size. There's no need to use such preset for regular piano score.