Home / imbatcher-1.0
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-08-19 1.3 kB
imbatcher.tgz 2011-08-19 2.5 kB
Totals: 2 Items   3.9 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>
#
#       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)

Source: README, updated 2011-08-19