[go: up one dir, main page]

Activity for SANEWinDS

  • gharris999 gharris999 posted a comment on discussion General Discussion

    Turns out that this is not a show-stopper issue for me. Paint Shop Pro includes a menu item "End TWAIN Session" that can close the SANEWinDS dialog. So: this is a non-issue. Sorry for the false alarm.

  • gharris999 gharris999 modified a comment on discussion General Discussion

    Anyway, I'm seeing this behavior with both the x64 and x86 version of SANEWinDS. It's as though it's waiting for some kind of confirmation from PSP or from the saned server, but never gets it. Here are entries from the saned.log for two successful scans: one from SANEWinDS where the twain window hangs, and one from XSANE that does not hang. I'm not seeing much of any difference between the two.

  • gharris999 gharris999 modified a comment on discussion General Discussion

    It's ancient. Paint Shop Pro, version 7.04. 32bit windows app from 2001. Seems to work just fine with the native HP twain scanning driver for my scanner. But there's no network scanning with that, so I'm excited for SANEWinDS. It's communicating over port 6566 to avision:libusb on a Ubuntu box that the scanner is connected to.

  • gharris999 gharris999 posted a comment on discussion General Discussion

    Anyway, I'm seeing this behavior with both the x64 and x86 version of SANEWinDS. It's as though it's waiting for some kind of confirmation from PSP or from the saned server, but never gets it. Here are entries from the saned.log for a two successful scans: one from SANEWinDS where the twain window hangs, and one from XSANE that does not hang. I'm not seeing much of any difference between the two.

  • gharris999 gharris999 posted a comment on discussion General Discussion

    It's ancient. Paint Shop Pro, version 7.04. 32bit windows app from 2001. Seems to work just fine with the native HP twain scanning driver for my scanner. But there's no network scanning with that, so I'm excited SANEWinDS. It's communicating over port 6566 to avision:libusb on a Ubuntu box that the scanner is connected to.

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    What's the name of the application?

  • gharris999 gharris999 posted a comment on discussion General Discussion

    After a successful network scan, the twain scanning dialog box has grayed-out "Close" and "Scan" buttons. The only way to continue is to kill the host graphics program calling twain via the task manager.

  • SANEWinDS SANEWinDS released /Archive/SANEWinDS_1.6.9220_x86.msi

  • SANEWinDS SANEWinDS released /Archive/SANEWinDS_1.6.9220_x64.msi

  • SANEWinDS SANEWinDS updated /README.txt

  • SANEWinDS SANEWinDS released /SANEWinDS_1.6.9221_x86.msi

  • SANEWinDS SANEWinDS released /SANEWinDS_1.6.9221_x64.msi

  • Alec Skelly Alec Skelly committed [6b6a9f] on Code

    Version 1.6.9221

  • Alec Skelly Alec Skelly committed [cd1023] on Code

    Improved appearance of main form during startup

  • Alec Skelly Alec Skelly committed [2af120] on Code

    TWAIN: Fixed empty progress bar in no-GUI mode

  • SANEWinDS SANEWinDS updated /SANEWinDS_1.6.9220_x64.msi

  • SANEWinDS SANEWinDS updated /SANEWinDS_1.6.9220_x86.msi

  • SANEWinDS SANEWinDS updated /README.txt

  • SANEWinDS SANEWinDS released /SANEWinDS_1.6.9220_x64.msi

  • SANEWinDS SANEWinDS released /SANEWinDS_1.6.9220_x86.msi

  • Alec Skelly Alec Skelly committed [01291c] on Code

    Version 1.6.9220

  • Alec Skelly Alec Skelly committed [c1ff66] on Code

    Fixed failure to send button press action to backend

  • Alec Skelly Alec Skelly committed [6273a6] on Code

    TWAIN: Check for null SANE option descriptor array before attempting to process options

  • Alec Skelly Alec Skelly committed [8123d4] on Code

    TWAIN: Removed the word "Error" from a log message that's only a warning

  • Alec Skelly Alec Skelly committed [ead7cd] on Code

    TWAIN: Don't try to get SANE options if no device was located

  • Alec Skelly Alec Skelly committed [1c73fd] on Code

    TWAIN: Fixed missing icon and title on progress form

  • Alec Skelly Alec Skelly committed [f42f38] on Code

    TWAIN: Fixed failure to interpret TW_BOOL enum values as boolean

  • Alec Skelly Alec Skelly committed [06e1c2] on Code

    Package updates

  • Alec Skelly Alec Skelly committed [013d86] on Code

    Prevent applying user settings repeatedly during startup and backend changes

  • Alec Skelly Alec Skelly committed [22c032] on Code

    Hide invalid and inactive SANE options like scanimage does

  • Alec Skelly Alec Skelly committed [121636] on Code

    Fixed incorrect display of SANE_UNIT_MICROSECOND

  • Alec Skelly Alec Skelly committed [739be8] on Code

    fixed null reference bug in ADF detection

  • Alec Skelly Alec Skelly committed [67b526] on Code

    Be more explicit when mixing bitwise and boolean logic

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    Correction: It's because SANEWinDS displays inactive options while scanimage does not. I can't think of any good reason to display inactive options, so I'll fix that.

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    It's because of this code in canon_dr.c (https://gitlab.com/sane-project/backends/-/blob/master/backend/canon_dr.c?ref_type=heads): /* "Imprinter" group --------------------------------------------------- */ if(option==OPT_IMPRINT_GROUP){ opt->name = "imprinter-options"; opt->title = SANE_I18N ("Imprinter Options"); opt->desc = SANE_I18N ("Controls for imprinter units"); opt->type = SANE_TYPE_GROUP; opt->constraint_type = SANE_CONSTRAINT_NONE; /*flaming hack to get scanimage to hide group*/ if (...

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    It works now. Thanks for your support. But one think is diverent with my change to SANE 1.3.1 I get Imprinter Options in SANEWinDS but not with scanimage -A Output format is not set, using pnm as a default. All options specific to device net:192.168.14.207:canon_dr:libusb:001:005: Standard: --source ADF Front|ADF Duplex [ADF Front] Selects the scan source (such as a document-feeder). --mode Lineart|Gray|Color [Gray] Selects the scan mode (e.g., lineart, monochrome, or color). --resolution 100|150|200|240|300|400|600dpi...

  • Alec Skelly Alec Skelly committed [bd0f6c] on Code

    Package updates

  • Alec Skelly Alec Skelly committed [2a3940] on Code

    Image transfer buffer management improvement

  • Alec Skelly Alec Skelly committed [ff1406] on Code

    Added gt68xx.ini (mustek)

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    I just checked in a fix for this. Please give it a try and let me know how it goes.

  • Alec Skelly Alec Skelly committed [2c0fb6] on Code

    Accept larger chunks during image transfer (SANE 1.3)

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    With Sane 1.3.1 the scanner starts but I get a blank or black pages. With scanimage over the network it works.

  • Pascal Arnold Pascal Arnold modified a comment on discussion General Discussion

    It is also interesting that the imprinter only comes via the network but not locally on the server All options specific to device 'net:192.168.14.207:canon_dr:libusb:001:007': Standard: --source ADF Front|ADF Duplex [ADF Front] Selects the scan source (such as a document-feeder). --mode Lineart|Gray|Color [Gray] Selects the scan mode (e.g., lineart, monochrome, or color). --resolution 100|150|200|240|300|400|600dpi [600] Sets the resolution of the scanned image. Geometry: --page-width 0..215.872mm...

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    It is also interesting that the imprinter only comes via the network but not locally on the server All options specific to device 'net:192.168.14.207:canon_dr:libusb:001:007': Standard: --source ADF Front|ADF Duplex [ADF Front] Selects the scan source (such as a document-feeder). --mode Lineart|Gray|Color [Gray] Selects the scan mode (e.g., lineart, monochrome, or color). --resolution 100|150|200|240|300|400|600dpi [600] Sets the resolution of the scanned image. Geometry: --page-width 0..215.872mm...

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    I have downgrade my scansrv. root@sanesrv01:~# apt policy sane-utils sane-utils: Installed: 1.0.31-4.1 Now I can scan. I would like to create a test setup with 1.3.1 there were some fixes. v65 2023-06-06, MAN - fix imprinter support (#672) - update attach_one and other init functions

  • Alec Skelly Alec Skelly committed [b4f530] on Code

    TWAIN: don't try to set unsettable SANE options

  • Alec Skelly Alec Skelly committed [65056f] on Code

    Avoid exception when optionvaluesets collection is null

  • Alec Skelly Alec Skelly committed [5ebec7] on Code

    TWAIN: Fixed failure to set SANE string options

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    I'm testing with a DR-C225II, which is less well supported than your DR-C125 according to http://www.sane-project.org/sane-mfgs.html#Z-CANON. I found that I couldn't scan at all using sane-backends 1.2.1, I could scan only in color using 1.1.1, and both grey and color worked using 1.0.29.

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    Thanks for the customization. I have compiled the code. The error message is now gone. Unfortunately, scanning still does not work. I get an IO error from the saned backend. I am now testing the older version of saned.

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    The breaking change in the canon_dr backend was introduced in 1.2.1, so if you can downgrade to 1.1.1 that should work for you. I fixed the bugs in SANEWinDS that were revealed by the bugs in canon_dr, but I'd like to spend more time testing before releasing a new version. If you can compile from the current source it should work for you now.

  • Alec Skelly Alec Skelly committed [2b262f] on Code

    Replace IIF() with IF()

  • Alec Skelly Alec Skelly committed [02a1af] on Code

    Don't crash if the backend sends null values in a constraint list (canon_dr)

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    I have reproduced this issue and will work on a fix.

  • Pascal Arnold Pascal Arnold posted a comment on discussion General Discussion

    Hello, I am using a Canon DR-C125 with sand (1.2.1). When I try to connect to the scanner, I get an error message. Does anyone have an idea what the problem could be? 2025-02-24 11:34:58.8265 DEBUG [SANEWinDS.SANE_API.Net_Control_Option] Option=dropout-front, Action=SANE_ACTION_SET_VALUE 2025-02-24 11:34:58.8265 DEBUG [SANEWinDS.SANE_API.Net_Control_Option] New value(0) = 'None' 2025-02-24 11:34:58.8265 DEBUG [SANEWinDS.FormMain.SetOpt] Value Type = 'System.String', Value = 'None' 2025-02-24 11:34:58.8265...

  • Alec Skelly Alec Skelly committed [d274db] on Code

    Updated INI file handling for new TW_BOOL enum.

  • Bertrand DELAITRE Bertrand DELAITRE posted a comment on discussion General Discussion

    Solved. It must be installed as Administrator. Run PowerShell as Admin Run this command Start-Process msiexec.exe -ArgumentList '/i', "SANEWinDS_1.5.9111_x64.msi" -Verb RunAs Now, it works

  • Bertrand DELAITRE Bertrand DELAITRE posted a comment on discussion General Discussion

    Hello, I'm using Windows 11 and the thin client works like a charm to access a Canon MP540 scanner installed on a Raspberry PI 2b with Wifi. Now, I want to use NAPS2 to access the scanner but I can't find a TWAIN source for this scanner. Is there something to do to be able to use TWAIN sources?

  • Alec Skelly Alec Skelly committed [3f34c1] on Code

    TWAIN: Fixed incorrect TWCC_BADVALUE when type conversion is required on MSG_SET

  • Alec Skelly Alec Skelly committed [b706e4] on Code

    Updated genesys.ini with values from more recent backend

  • Alec Skelly Alec Skelly committed [de19d1] on Code

    TWAIN: improved compliance with 2.1 standard

  • Alec Skelly Alec Skelly committed [1df400] on Code

    TWAIN: DG_CONTROL/DAT_CAPABILITY/MSG_SET with same container as MSG_GET

  • Alec Skelly Alec Skelly committed [5fd75f] on Code

    Check for null pointer after allocating memory

  • Alec Skelly Alec Skelly committed [27a9a8] on Code

    TWAIN: Integrated ICAP_SUPPORTEDSIZES with other UINT16 TWON_ENUMERATION types for cap GET/SET.

  • Alec Skelly Alec Skelly committed [50315c] on Code

    TWAIN: Allow setting ICAP_SUPPORTEDSIZES by TW_ENUMERATION

  • Alec Skelly Alec Skelly committed [fee624] on Code

    TWAIN: when app is TWAIN 2.0, return TW_BOOL as enumeration.

  • Alec Skelly Alec Skelly committed [af8275] on Code

    TWAIN: added DG_CONTROL/DAT_CAPABILITY/MSG_RESETALL

  • SANEWinDS SANEWinDS updated /README.txt

  • SANEWinDS SANEWinDS released /SANEWinDS_1.5.9111_x64.msi

  • SANEWinDS SANEWinDS released /SANEWinDS_1.5.9111_x86.msi

  • Alec Skelly Alec Skelly committed [644f95] on Code

    Separate installers for 32 and 64 bit. Version 1.5.9111.

  • Alec Skelly Alec Skelly committed [ed1009] on Code

    Simplification of prior commit

  • Alec Skelly Alec Skelly committed [8a7d7a] on Code

    Added TWAIN 2.0 DSM_Entry entrypoint logic

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    Please try 1.4 and let me know if it works for you.

  • SANEWinDS SANEWinDS updated /README.txt

  • SANEWinDS SANEWinDS released /SANEWinDS_1.4.9107.msi

  • Alec Skelly Alec Skelly committed [cb6e9a] on Code

    Release 1.4.9107

  • Alec Skelly Alec Skelly committed [fea30c] on Code

    For 32-bit TWAIN, only load the TWAIN 2.0 DSM if the calling DSM is also 2.0, otherwise load the TWAIN 1.x DSM.

  • Alec Skelly Alec Skelly committed [0716c8] on Code

    Added 64-bit TWAIN support

  • Alec Skelly Alec Skelly committed [e0ff1d] on Code

    VS and package updates

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    You're correct, only 32-bit TWAIN is currently implemented. I'll work on that.

  • f8upd8 f8upd8 posted a comment on discussion General Discussion

    Hi Alex! It appears to me that SANEWinDS is currently only able to interact with Twain 32bit API, since data sources for modern Twain API are missing (confirmed with 64-bit vs 32-bit example Twain apps). Am I misconfiguring something or is it intended? In IrfanView for instance I have to enable the old 32-bit Twain API.

  • Alec Skelly Alec Skelly posted a comment on discussion General Discussion

    Please provide a trace log as mentioned above and I'll try to spot the problem. Thanks.

  • Anonymous posted a comment on discussion General Discussion

    I met the same issue, cry.....

  • SANEWinDS SANEWinDS updated /README.txt

  • SANEWinDS SANEWinDS released /SANEWinDS_1.3.8886.msi

  • Alec Skelly Alec Skelly committed [b3c7a9] on Code

    Package updates and housekeeping for version 1.3

  • Alec Skelly Alec Skelly committed [6ff2ac] on Code

    TWAIN: Added brightness and contrast settings to auto-created backend INI file

  • Alec Skelly Alec Skelly committed [855fc6] on Code

    TWAIN: Added ICAP_BRIGHTNESS and ICAP_CONTRAST

  • Alec Skelly Alec Skelly committed [07166d] on Code

    TWAIN: don't translate TWAIN bit depths less than 3

  • Alec Skelly Alec Skelly committed [170d38] on Code

    TWAIN: Inform applications which ICAP_PIXELTYPEs we support

  • Alec Skelly Alec Skelly committed [99478f] on Code

    Housekeeping

  • Alec Skelly Alec Skelly committed [82ed9c] on Code

    TWAIN: Prevent enabling duplex when duplex is not supported

  • Alec Skelly Alec Skelly committed [4ccf54] on Code

    TWAIN: ensure non-zero step size in TW_RANGE_FIX32 structure for resolution caps

  • Alec Skelly Alec Skelly committed [5372df] on Code

    TWAIN: Minor improvement to unit conversion logging

  • Alec Skelly Alec Skelly committed [e731b0] on Code

    TWAIN: enable setting of ICAP_BITORDER since it's mandatory

  • Alec Skelly Alec Skelly committed [8522e5] on Code

    TWAIN: Improved accuracy of result returned by DG_IMAGE/DAT_IMAGELAYOUT/MSG_SET

  • Alec Skelly Alec Skelly committed [547b94] on Code

    TWAIN: Inform apps that we support mm and cm units

1 >