|
WHAT IS UPDATEFOTOSLDAP?
|
|
|
|
updatefotosldap es un script perl que cambia las fotos de los alumnos
|
|
en ldap por las que se encuentran en el fichero ExportacionDatosAlumnado.zip,
|
|
ajustando su tamaño a 80x80 px y modificando el formato a .jpg
|
|
|
|
El atribujo jpegPhoto de ldap sirve para almacenar una o varias
|
|
imágenes de un usuario usando el formato JPEG File Interchange Format [JFIF].
|
|
El tamaño límite de este atributo es de 250000 bytes. No obstante, se
|
|
debería guardar lo más pequeño que sea posible, puesto que el tamaño puede influir
|
|
en el rendimiento. Por este motivo, en la versión 0.3 incorporamos el
|
|
ajuste de tamaño.
|
|
|
|
CHANGELOG
|
|
|
|
* updatefotosldap-0.1 -- Versión inicial. Convierte la foto del alumno a .jpg y
|
|
la redimensiona a 80x80 pixeles.
|
|
|
|
|
|
REQUIREMENTS.
|
|
|
|
Requiere tener instalados los siguientes paquetes:
|
|
* perl.
|
|
* libnet-ldap-perl.
|
|
* libarchive-zip-perl.
|
|
* perlmagick.
|
|
|
|
HOW DO I USE UPDATEFOTOSLDAP?
|
|
|
|
Uso: updatefotosldap <path archivo Exportacion Datos Alumnado>
|
|
|
|
|
|
COPYRIGHT AND LICENSE INFO
|
|
|
|
updatefotosldap is Copyright 2010 by Esteban M Navas Martín, All Rights Reserved.
|
|
|
|
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 2, 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.
|
|
|