Alpha v1.6
Pre-release
Pre-release
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.py
andMusicScoreProc.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:
- When Temp folder exists, and contians all
.jpg
files needed (actually only detecting first and last file), do not read PDF. - If either folder exists, and is empty, don't create the folder again.
- If either folder exists, but does not meet requirement above, exit with error.
- Added a operating mode in
RotateByStraightLine
function。2
is text mode, which is slower, but better for pure text.0
is the default mode in previous versions.1
is automatic, will run text mode if angle is0
after 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 are1.5
times 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.