Place one or multiple stamps on scanned pages in defined locations. A stamp is understood here as - a transparent text in a transparent frame with no borders - an opaque text on an opaque background with no borders. Stamp parameters: - text - font - foreground colour - background colour - angle of rotation - transparency. Locations: - centre - cardinal directions - inter-cardinal directions.
19 lines
322 B
C
19 lines
322 B
C
/*
|
|
* File: globals.h
|
|
* Author: Saleem EDAH-TALLY - nmset@yandex.com
|
|
* License : CeCILL
|
|
* Copyright Saleem EDAH-TALLY - © 2017
|
|
*
|
|
* Created on 27 février 2017, 22:28
|
|
*/
|
|
|
|
#ifndef GLOBALS_H
|
|
#define GLOBALS_H
|
|
|
|
#define _APPNAME_ "S7"
|
|
#define _APPVERSION_ 2
|
|
#define _INSANEWIDGET_NAME "InsaneWidget"
|
|
|
|
#endif /* GLOBALS_H */
|
|
|