{"id":17909084,"url":"https://github.com/mback2k/wiasane","last_synced_at":"2025-10-11T23:32:16.425Z","repository":{"id":12017521,"uuid":"14600315","full_name":"mback2k/wiasane","owner":"mback2k","description":"Scanner Access Now Easy - WIA Driver","archived":false,"fork":false,"pushed_at":"2017-02-19T18:50:42.000Z","size":684,"stargazers_count":135,"open_issues_count":24,"forks_count":18,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-10-11T23:32:03.369Z","etag":null,"topics":["driver","sane","scanner","wia","wia-driver"],"latest_commit_sha":null,"homepage":"https://github.com/mback2k/wiasane/wiki/Downloads","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"SeleniumHQ/selenium","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mback2k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-21T21:18:04.000Z","updated_at":"2025-08-01T08:25:01.000Z","dependencies_parsed_at":"2022-09-01T14:52:11.987Z","dependency_job_id":null,"html_url":"https://github.com/mback2k/wiasane","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mback2k/wiasane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fwiasane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fwiasane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fwiasane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fwiasane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mback2k","download_url":"https://codeload.github.com/mback2k/wiasane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fwiasane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009392,"owners_count":26084580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","sane","scanner","wia","wia-driver"],"created_at":"2024-10-28T19:19:59.636Z","updated_at":"2025-10-11T23:32:16.402Z","avatar_url":"https://github.com/mback2k.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"WiaSane\r\n=======\r\nThe WiaSane project provides a Windows Image Acquisition (WIA) Driver\r\nwhich enables image acquisition from scanner devices through the\r\nScanner Access Now Easy (SANE) network protocol.\r\n\r\nThis WIA driver implements a SANE frontend on top of the SANE network\r\nprotocol. It is referred to as Scanner Access Now Easy - WIA Driver.\r\n\r\nIn order to access those scanner devices either the scanner itself or\r\na SANE daemon needs to provide a SANE network frontend to be used.\r\n\r\n[![Build status](https://ci.appveyor.com/api/projects/status/ii609sebkclxnlmc/branch/master?svg=true)](https://ci.appveyor.com/project/mback2k/wiasane/branch/master)\r\n[![Coverity Scan Build Status](https://scan.coverity.com/projects/3217/badge.svg)](https://scan.coverity.com/projects/mback2k-wiasane)\r\n[![Join the chat at https://gitter.im/mback2k/wiasane](https://badges.gitter.im/mback2k/wiasane.svg)](https://gitter.im/mback2k/wiasane?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\r\n\r\nUsage\r\n-----\r\nIn order to use the SANE device created by this driver you will need to\r\nmake use of a WIA-compatible scanning application. Examples include:\r\n- [Windows Fax and Scan](http://bit.ly/windowsfaxandscan)\r\n- [Not Another PDF Scanner 2](http://sourceforge.net/projects/naps2/)\r\n\r\nRequirements\r\n------------\r\nThis software is currently build and tested against Windows 7.\r\nThe required Windows API functions are available since Windows Vista,\r\nwhich means that it could work on Windows Vista and newer versions.\r\n\r\nFeatures\r\n--------\r\n- Create a Windows scanner device by connecting to a SANE device\r\n- Support for color, grayscale and lineart/threshold scan modes\r\n- Support for preview and final scan types\r\n- Support for contrast and brightness settings\r\n- Support for single-sided scanning from a flatbed\r\n- Support for automatic document feeder and duplex mode\r\n- Support for username- and password-based authentication\r\n- Integrated property page for device modification\r\n- Integrated wizard during driver/device installation\r\n\r\nTo be improved\r\n--------------\r\n- Make WIA driver use asynchronous network connections (in progress)\r\n- Handling of rounding issues while converting between units of length\r\n- Handling of errors while using automatic document feeder or duplex mode\r\n\r\nDevelopment and Build environment\r\n---------------------------------\r\nAs stated before, this software package is currently being developed\r\nand build against Windows 7 as well as Windows Driver Kit 8.0.\r\n\r\nAll Visual Studio project files are created, modified, tested and used\r\nwith Visual Studio 2012. This version is also used to build the\r\nreleased driver packages as well as included libraries and applications\r\nusing a Windows Server 2008 R2 build machine.\r\n\r\nThe installer is created and compiled using Inno Setup 5.5 or newer.\r\n\r\nLicense\r\n-------\r\nCopyright (c) 2012 - 2017, Marc Hoersken, \u003cinfo@marc-hoersken.de\u003e\r\n\r\nThis software is licensed as described in the file COPYING, which\r\nyou should have received as part of this software distribution.\r\n\r\nAll trademarks are the property of their respective owners.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fwiasane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmback2k%2Fwiasane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fwiasane/lists"}