Firefox 16, a treat for developers http://t.co/cnd27CzT
ImageMagick in Command line

ImageMagick is an open source software suite for displaying, converting, and editing raster image files. It can read and write over 100 image file formats. ImageMagick is licensed under the ImageMagick License, a BSD-style license.
Let give some example how to use tool from the commands line
Convert a image PNG to JPEG en giving rate of the compression :
convert -quality 96 image.png image.jpg
Convert in the same folder all images PNG to JPEG :
mogrify -format png *.jpg
Convert all images (jpg, png…) to PDF :
convert images*.* file.pdf
Resize the size of an image :
convert -resize 48×48 image.png image-mini.png
Resize the size of all images in a folder :
mogrify -resize 48×48 *.png
Resizing an image showing only the width :
convert -resize 620x image.png image-620.png
Resizing an image showing only the height:
convert -resize x100 image.png image-100.png
Create a icon :
convert -colors 256 -resize 16×16 image.jpg favicon.ico
Convert a color image into black and white :
convert -type image.jpg image-noir-blanc.jpg
Add a border of 1 pixel transparent around an image :
convert -bordercolor Transparent -border 1×1 image.png image-bordure.png
Add a black border of 10 pixels around an image:
convert -bordercolor #000000 -border 10×10 image.png image-bordure.png
Making a negative of a image :
convert -negate image.png image-negate.png
Return an image from bottom to top :
convert -flip image.png image-inversee.png
Return an image from left to right :
convert -flop image.png image-inversee.png
Use ImageMagick GUI :
display image.png
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Steganography- Hide Your Files Inside An Image in Linux : Nowadays, our personal computer is not only a work tool, it is also our private space where we sto...4 comment(s) |
How to use Remote Desktop in Ubuntu : Sometimes, we need to access our computer from other locations when we’re not at home and such. This...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Recent Posts
- Steganography- Hide Your Files Inside An Image in Linux
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
Recent Comments



















DragonFartOutLoud
| #
it went to china.
DragonFartOutLoud
| #
great review! i’ve been using it as my main OS since Beta 1 release. its been a awesome ride so far :)
jet li
| #
i try the method, and i unzip the image contain zip secret, i dont find the file that i was hide, where it go? and how to open it? :s
zinovsky
| #
Yes, it is possible using Steganography, we will post another quick howto do that in the next few days
SK
| #
Hey Abhishek
Yes there are many open source tools available to meet your requirements. They are easy to manage and has a decent web gui to configure. We will publish all of them one by one shortly. Stay tuned with us.