Skip to content
  • Alexander Trufanov's avatar
    Empty prefix handling · 62c91d82
    Alexander Trufanov authored
    REVIEW:129990
    Currently if you use empty prefix you'll get filename 0001.png for your first scan, but second will be 00002.png. All further files will have 0 at beginning. SkanLite doesn't expect empty prefix and assumes first '0' of 0001.png is a prefix while continue iterating 4 digits index
    62c91d82