Convert BPG from PNG
Posted: 2018-11-07T18:24:32-07:00
I am a new user of ImageMagick. I download and install the newest version ImageMagick-7.0.8-14-Q16-x64-dll on Windows. I try to convert a png file to bpg file.
The png file is 199KB but the converted bpg file is 255KB. No matter what quality I set, the size is huge and PSNR is Inf(seems lossless).
The command I use is
convert mountain.png -quality 10 test.bpg
I do use imdisplay to show the test.bpg. It looks OK and I measure the PSNR which is Inf.
Where I do this wrong? I think BPG is lossy compression and should perform like JPEG right?
The png file is 199KB but the converted bpg file is 255KB. No matter what quality I set, the size is huge and PSNR is Inf(seems lossless).
The command I use is
convert mountain.png -quality 10 test.bpg
I do use imdisplay to show the test.bpg. It looks OK and I measure the PSNR which is Inf.
Where I do this wrong? I think BPG is lossy compression and should perform like JPEG right?