Small utility to convert from JPEG to BMP, plus some JPEG metadata printing.
This project was developed between September 2010 and March 2011 as semester project at the University of Modena and Reggio Emilia, in collaboration with Alessandro Benisi and Francesco Gatti.
This is a CMake project. You can compile it, as usual, with the following commands:
mkdir build
cd buld
cmake ..
make
You can run the program with the test image as follows:
./jpg2bmp ../img/lena_hd.jpg
Tested on Ubunutu 14.04.
Thanks to Alessandro Benisi and Francesco Gatti for the development and to Prof. Costantino Grana for the proposal, the assistance and the positive evaluation of this project.