imbatcher Code
Brought to you by:
jwackito
File | Date | Author | Commit |
---|---|---|---|
README | 2011-08-23 |
![]() |
[c2d688] Version dump |
imbatcher.py | 2011-08-23 |
![]() |
[f1f850] Solved the bug #1 - negative sqrt |
natsorted.py | 2011-08-19 |
![]() |
[07e091] Initial commit. Version 1.0. |
#-*-coding:utf-8-*- ############################################################################### # imbatcher - Programa para separar lotes de fotos similares # Compara imágenes de a dos utilizando la Mean Square Difference # # Copyright (C) 2011 Joaquín Bogado <joaquinbogado en gmail.com> # Version 1.1 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. ############################################################################### NATSORTED is distributed under PSF license http://docs.python.org/license.html And is copyrighted by Seo Sanghyeon. Some changes by Connelly Barnes. Imbatcher depends of the following python modules: numpy argparse PIL (Python Image Library) Version 1.1 - Solucionado el problema de las raices cuadradas negativas.