Aprovechando la salida de la versión 0.5.0, vamos a hablar de Converseen, un programa escrito en C++ que haciendo uso de las librerías Qt4 nos ayuda a convertir un número ilimitado de imágenes de un formato a otro de una vez.
Soporta más de 100 formatos de imágenes y es muy sencillo de usar. Solo hay que cargar la imagen o un lote de ellas, elegir la carpeta destino y el formato a convertir. Converseen se encarga de todo lo demás.
Posee la capacidad de redimensionar además las imágenes por lo que podemos hacer galerías de miniaturas (thumbnails) de una sola pasada.
También es una muy buena alternativa para comprimir las imágenes a ser mostradas en páginas web.
Lista de cambios:
- New and highly optimized graphical user interface
- Improved thumbnail generation
- Possibility to resize different image formats without changing the destination formats
- Possibility to choose a background color when converting images to formats that don’t support alpha channel like jpeg files.
- Possibility to override transparency with an arbitrary color
- Improved conversion process
- Now, at the end of the conversion process, the destination folder(s) can be opened with a click
- All the interface attributes are automatically saved
- Fixed the bug with dotted filenames
- Both tif and tiff formats can be opened
- Other GUI improvements
- Various bug fixed
- Improved thumbnail generation
- Possibility to resize different image formats without changing the destination formats
- Possibility to choose a background color when converting images to formats that don’t support alpha channel like jpeg files.
- Possibility to override transparency with an arbitrary color
- Improved conversion process
- Now, at the end of the conversion process, the destination folder(s) can be opened with a click
- All the interface attributes are automatically saved
- Fixed the bug with dotted filenames
- Both tif and tiff formats can be opened
- Other GUI improvements
- Various bug fixed
La podemos instalar o actualizar en Ubuntu desde Lucid en adelante agregando el siguiente PPA que se ha actualizado apenas horas atrás:
sudo add-apt-repository ppa:faster3ck/ converseen
sudo apt-get update
sudo apt-get install converseen
sudo apt-get update
sudo apt-get install converseen