harvard-lts / kakadu-vips

Kakadu JP2 reader and writer for libvips
Apache License 2.0
3 stars 0 forks source link

add a rate option #7

Closed jcupitt closed 5 months ago

jcupitt commented 5 months ago

Test with eg.:

$ vips kakadusave k2.jpg x.jp2 --rate "10 1 1 1 1"
$ ls -l x.jp2
-rw-r--r-- 1 john john 726926 Mar  5 16:59 x.jp2
$ vips kakadusave k2.jpg x.jp2 --rate "4 2 1 1 1 1"
$ ls -l x.jp2
-rw-r--r-- 1 john john 945558 Mar  5 16:59 x.jp2
$ vips kakadusave k2.jpg x.jp2 --rate 1
$ ls -l x.jp2
-rw-r--r-- 1 john john 371267 Mar  5 17:00 x.jp2

There's a test in the testsuite too.

see https://github.com/harvard-lts/kakadu-vips/issues/4