ads slot

Latest Posts:

How To Convert PNG to JPG on Ubuntu

This simple tutorial will show you how to convert PNG to JPG in Ubuntu, so that it reduce the memory size and speed up loading image time.





1.) Install the required package by running below command in terminal:
sudo apt-get install imagemagick
2.) Then you can convert an .png image to .jpg format via below command. It takes “ubuntuhandbook.png” in the current directory and creates a JPEG image from it.
convert ubuntuhandbook.png ubuntuhandbook.jpg
You can also specify a compression level for JPEG images.
convert ubuntuhandbook.png -quality 90 ubuntuhandbook.jpg
3.) To convert all PNG files into JPEG files with that same filename but a different suffix. However be warned that if existing file with the same name will be over-written.
mogrify -format jpg *.png

Share on Google Plus

About PiS

Captain running team to research about hacking,network,security and cyber field
    Blogger Comment
    Facebook Comment

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. super weblog! i found it even if browsing almost about upon Yahoo information. Do you have got any tips upon how to acquire indexed in Yahoo information? Ive been irritating for some time but I never appear to acquire there! respect it. free png converter

    ReplyDelete