Menu

Tree [c2d688] master /
 History

HTTPS access


File Date Author Commit
 README 2011-08-23 Joaquin Bogado Joaquin Bogado [c2d688] Version dump
 imbatcher.py 2011-08-23 Joaquin Bogado Joaquin Bogado [f1f850] Solved the bug #1 - negative sqrt
 natsorted.py 2011-08-19 Joaquin Bogado Joaquin Bogado [07e091] Initial commit. Version 1.0.

Read Me

#-*-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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.