Skip to content

Small utility to convert from JPEG to BMP, plus some JPEG metadata printing

License

Notifications You must be signed in to change notification settings

mcamurri/jpg2bmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpg2bmp

Small utility to convert from JPEG to BMP, plus some JPEG metadata printing.

Introduction

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.

Build and installation

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.

Acknowledgements

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.

About

Small utility to convert from JPEG to BMP, plus some JPEG metadata printing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published