Convert multiple images to single PDF file in Linux

My third semester final exams are starting from next week. It is really high time now to start collecting notes from your dear friends. So i have decided to go eco-friendly this year.
Instead of taking xerox of the notes, you can take the images of the notes and then compile them into a single pdf file which is very handy and easy to read.

Go paperless!

If you are using Linux OS, it is pretty easy to accomplish this. Type the following commands in the terminal:

1. Install ImageMagick.
If you are on Ubuntu/debian system:

sudo apt-get install imagemagick

2. Copy all your images which you want to convert into pdf file in a single directory and then move to that <directory-location>

cd <directory-location-where-your-images-are-located>

3. Enter the following command to convert your images to pdf:

convert * notes.pdf

where notes.pdf is the desired single pdf output file.
If you want to compress,

convert -compress jpeg *.jpg notes.pdf

You can also use convert’s option -quality 100 to improve the resulting PDF.

Google summer of code 2012

Hello Everyone,

It may be late, but still want to take this opportunity to give an abstract idea about my GSoC project. First of all, I would really like to thank my mentor Peter Grasch and KDE Community for accepting my proposal “Multimodal Accessibility: Using Computer Vision to improve Speech Recognition in Simon“. Also, would like to thank Google for giving me stipend and providing me a platform for contributing to open-source. This project would also act as a starting point to my contribution to the open source community and hence to mankind.

For those who don’t know about Simon, It is open source speech recognition program which replaces the mouse and keyboard.

A major obstacle for command and control speech recognition systems is to differentiate commands from background noise. Many systems solve this by using physical buttons or certain key phrases to activate/deactivate the speech recognition. This project explores the use of computer vision to determine when to activate / deactivate the sound recognition using visual cues. For a media centre or robot applications, it would make a lot more sense to only activate the recognition when the user is actively looking at the screen/robot and is speaking something. So we are not just detecting the face, but we are also detecting whether he is speaking or not by detecting  the users lip movements. This is strikingly similar to the day-to-day communication between humans! Furthermore, In the current version of simon, users have to activate/deactivate the simon manually or using voice commands. In addition to that we can perform the gestures to control the on/off states of Simon.

Before GSoC, I have implemented a part of Lip Reader to detect Lip movements to know whether a person is speaking or not.

Here are some demonstrations:

 

And yeah, I am going to Akademy, annual world summit of KDE.

30th June – 6th July 12, Tallinn, Estonia Akademy 2012 Tallinn Estonia