From ebf5ed1d216a47b3dd3e410ee098e9d427c4109e Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Fri, 1 Jul 2016 19:22:01 +0200 Subject: [PATCH] Add default values for the add_Type13 function (500x500 pixels at 500dpi) --- NIST/fingerprint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NIST/fingerprint/__init__.py b/NIST/fingerprint/__init__.py index f14e837..ddfc9ae 100644 --- a/NIST/fingerprint/__init__.py +++ b/NIST/fingerprint/__init__.py @@ -421,7 +421,7 @@ class NISTf( NIST ): return - def add_Type13( self, size, res, idc ): + def add_Type13( self, size = ( 500, 500 ), res = 500, idc = -1 ): """ Add an empty Type-13 record to the NIST object, and set the Resolution (in dpi) to a white image. -- GitLab