The Mudcat Café TM
Thread #169078   Message #4095499
Posted By: Jon Freeman
01-Mar-21 - 09:23 AM
Thread Name: De-clutter & Fitness in a Pandemic: 2021
Subject: RE: De-clutter & Fitness in a Pandemic: 2021
Those scanners are out of my league!

I don’t often use my Cannon 9000F Mk2 but there are a load of photographs that I feel I should scan one day…

I usually use my own scanner software (which uses a version of jfreesane I modified sightly to do duplex [both sides of a page at once] to do the hard work that would be beyond me) as I generally prefer it to the common free Linux options I’ve found.

One thing I put into it was the ability to run scripts. There may be better ways on more advanced software but I used something like this when I scanned our 4 boxes of 127 film slides, taken with a Brownie 44A.

int slides = scanner.getInt("Slides to scan (1-4)", 1, 4);
    scanner.setResolution(1200);
    scanner.setSource("Transparency Unit");
    for (int i=0; i        int top = i * 56 + 31;
       int btm = top + 38;
       scanner.setRect(89, top, 127, btm);
       scanner.scan();
    }


That scans each portion in the slide holder and gives a separate file for each. It also allows saving settings to make a “preset” and setting programs to use with “scan to”.

The reason for the duplex was for another scanner I have that I must have had some idea of use for but I’ve forgotten what and have never used other than for testing. That’s a Canon imageFORMULA P-208ii