Posted by: rathees ganapathi on: July 15, 2009
SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms. For more details, please view [...]
Posted by: rathees ganapathi on: July 15, 2009
Learn how to generate thumbnails at the Linux command prompt. The article assumes you have Imagemagick and OpenOffice installed on your Linux System. To generate a thumbnail of an Image: $ convert -thumbnail 200 abc.png thumb.abc.png This will create a thumbnail of the abc.png image with 200px width. $ convert -thumbnail x200 abc.png thumb.abc.png This [...]