Download Latest Version imbatcher.tgz (2.6 kB)
Email in envelope

Get an email when there's a new version of imbatcher

Home / imbatcher-1.1
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-08-23 1.4 kB
imbatcher.tgz 2011-08-23 2.6 kB
Totals: 2 Items   4.0 kB 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.
Source: README, updated 2011-08-23