changelog and credits for sw crop and deskiew

merge-requests/1/head
Stphane Voltz 2010-09-12 21:51:32 +02:00
rodzic 00574ba699
commit e2b656bc4c
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
2010-12-05 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys_conv.c backend/genesys.c doc/sane-genesys.man
sanei/sanei_magic.c backend/genesys.h backend/genesys_low.h
backend/Makefile.in backend/Makefile.am: add software deskep, crop
and despeckle for the genesys backend.
2010-09-08 Nicolas Martin <nicols-guest at users.alioth.debian.org> 2010-09-08 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_mp150.c, backend/pixma_mp730.c * backend/pixma_mp150.c, backend/pixma_mp730.c
doc/descriptions/pixma.desc, doc/sane-pixma.man: doc/descriptions/pixma.desc, doc/sane-pixma.man:

Wyświetl plik

@ -10,6 +10,9 @@
Dynamic rasterization code was taken from the epjistsu backend by Dynamic rasterization code was taken from the epjistsu backend by
m. allan noah <kitno455 at gmail dot com> m. allan noah <kitno455 at gmail dot com>
Software processing for deskew, crop and dspeckle are inspired by allan's
noah work in the fujitsu backend
This file is part of the SANE package. This file is part of the SANE package.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
@ -50,12 +53,12 @@
*/ */
/* /*
* SANE backend for Genesys Logic GL646/GL841 based scanners * SANE backend for Genesys Logic GL646/GL841/GL843/GL847 based scanners
*/ */
#include "../include/sane/config.h" #include "../include/sane/config.h"
#define BUILD 32 #define BUILD 33
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>