how to reduce the size of an image in linux

C++
sudo apt-get install imagemagick
convert -resize 1024X768  source.png dest.jpg

Source

Also in C++: