Announcement

Collapse
No announcement yet.

Batch scanning + Watching the film in fullscreen. How to do it in IrfanView

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Batch scanning + Watching the film in fullscreen. How to do it in IrfanView

    Hello friends. I have a question:
    How can I scanned in batch mode (automatic, without any mouse or keyboard clicking), and watching the film in fullscreen mode in one time?

    In russia, one fellow make the AutoScan.vbs with portable iview_3.98. But his version of script has a bug: you can not changing format to saving files.
    Here is his AutoScan:

    I search the better version without that's problems.

    Ideal:
    - Batch scanning in choosing interval
    - Changing the format of scanninig pictures (JPG-grey, JPG-Color, TIF-Grey(LZW),TIF-color(LZW), etc...)
    - Chouse the scan characteristic: brightness, contrast.
    - Batch scanning in "tray-mode" - for watching the film in fullscreen mode.

    Can somebody help me?

    #2
    Silence... May be some one have another idea? No one can help me?

    Comment


      #3
      I doubt if you will find a script already written that will do all the things that you ask. Are you asking for help to write one yourself or hoping that someone will be kind enough to write one for you?

      I had a look at the Autoscan script that you linked to. At first sight I think that the author may have mistaken the function of the SaveIndex parameter in the Irfanview ini file. When I find time I will have a closer look. Have you asked the author about correcting the bug or extending the program to include what you want?

      Comment


        #4
        Hi,

        when I understand the vbs script correctly - it is scanning your last saved file extension.

        A quick workaround:

        Goto the method "Sub PrepareFileName"

        and look for that line:

        Code:
        FileNameWithoutPath = NullsStr & CStr(i) & "." & SaveAs
        change it to:

        Code:
        FileNameWithoutPath = NullsStr & CStr(i) & ".png"
        And your files should be scanned as png files

        To use it with the latest IrfanView version:

        Search for
        Code:
        DetectSaveAs
        and comment it:
        Code:
        'DetectSaveAs
        Now you should use it with the latest IrfanView version

        Untested - please make a backup of your orginal file!

        Stefan

        Comment


          #5
          Are you asking for help to write one yourself or hoping that someone will be kind enough to write one for you?
          Mij, No.. I tell: If somebody do it allready, it will be great to give this script to other, or: search somebody who know "Basic" and want to help to changing old-script. (I can't write new script because i dont know programing lang.)

          Have you asked the author about correcting the bug or extending the program to include what you want?
          Yes. He tell that he look at problem, but time is going and no any results.

          Stefan, Perfect! Thank you! Allmost all is working and change.
          But one problem: i still can not change "grey" to "color" - all scaned in gray (maybe it's only my problem, with my scanner?).
          Last edited by accepts; 18.07.2011, 09:23 AM.

          Comment


            #6
            Hi,

            does it work properly when you use the normal dialog in IrfanView?

            Stefan

            Comment


              #7
              it is scanning your last saved file extension
              You are right.
              --------------------------------
              The script instruction:
              (1) I do first scan in that parameters i want (color\grey), and save it in any format (jpg\tif).
              (2) Start AutoScan.vbs and it repeat the scanninig what i doing in step (1)
              --------------------------------
              But in my case: the changing grey\color working incorrect.
              does it work properly when you use the normal dialog in IrfanView?
              Stefan , yes, In "hand mode" all working allright. Here is the "step by step" screen-video (i made it for script autor, so subtitles on russian lang).
              Last edited by accepts; 18.07.2011, 12:39 PM.

              Comment


                #8
                Update. We tested with author this script with original and WIA drivers on different scanners.
                The problem is in drivers.
                Thank's to all who read this post, and try to help.

                Comment

                Working...
                X