ebel34 / bpg-web-encoder

web encoder application to encode image in bpg with the libbpg.org library from Fabrice Bellard (http://bellard.org/bpg)
Apache License 2.0
42 stars 8 forks source link

covert kodak PNG images into JP2 with sampling factor #3

Open khawar-islam opened 3 years ago

khawar-islam commented 3 years ago

I am trying to convert png images into JP2 with sampling factor. I am imagemagick tool for conversion, as they mentioned in docs -sampling-factor is used for sampling but it did not work.

http://ftp.icm.edu.pl/pub/unix/graphics/ImageMagick/www/jp2.html

convert wizard.png -colorspace YUV -sampling-factor 2,2 wizard.jp2

My command, it did not work convert test/images/kodim$i.png -quality $(($j*5)) -colorspace YUV -sampling-factor 4,2 test/JP2/kodim$i/printf "%02d" $j.jp2

khawar-islam commented 3 years ago

Updated command bpgenc test/images/kodim$i.png -f 420 -o test/bpg/kodim$i/printf "%02d" $j.bpg