Read About Png To Jpg Batch Converter In Brief.

Asked By 0 points N/A Posted on -
qa-featured

Hi all,

I have a query regarding png to jpg batch converter in Linux. I have tried the conversion online on many sites, but failed. Is there any software available or it can be run manually?

I am using Ubuntu

SHARE
Answered By 20 points N/A #299297

Read About Png To Jpg Batch Converter In Brief.

qa-featured

You can attempt to install Image Magick for this purpose.

I don’t know about the actual usage, but I am sure you can do almost anything related to an image with this software!

For example:

convert picture.png picture.jpg

And it will keep the original image and create the new image. As for a batch file, I feel that you require using the tool Mogrify. Remember that this over writes your old image.

The command is as below:

Mogrify -format jpg *.png

Related Questions