sjamesr / jscanimage

A command-line front-end to SANE implemented using JFreeSane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jscanimage

Introduction

jscanimage is a command-line frontend to the SANE system implemented using JFreeSane. It is intended mainly for exercising the functions of JFreeSane, but you might find it useful as a standalone utility.

It has the same limitations as JFreeSane itself, i.e. that you must have a SANE daemon running on a server.

Building and running

$ git clone git@github.com:sjamesr/jscanimage.git
$ cd jscanimage
$ ./gradlew installDist
$ ./build/install/jscanimage/bin/jscanimage

About

A command-line front-end to SANE implemented using JFreeSane


Languages

Language:Java 100.0%