KSaneCore

KSaneCore

KSaneCore

Introduction

KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware.

About

KSaneCore is a Qt-based interface for SANE library to control scanner hardware.

The library documentation is available on the header files.

Dependencies

Install

In order to compile, just use something like this:

cd path/to/ksanecore
mkdir build && cd build
cmake ..
make