Search found 4 matches

by lilsmoka
2014-03-06T16:03:43-07:00
Forum: Digital Image Processing
Topic: png to jxr compression rate
Replies: 5
Views: 19721

Re: png to jxr compression rate

I installed the library now with the help of:
https://packages.debian.org/de/sid/libjxr-dev

I'm also have the right code i think:
JxrEncApp -i test.png test.jxr -q 0.5

But everytime i execute this command, the man page of JxrEncApp is displayed and nothing is converted :(

Any ideas?

Solved ...
by lilsmoka
2014-03-06T15:26:25-07:00
Forum: Digital Image Processing
Topic: png to jxr compression rate
Replies: 5
Views: 19721

Re: png to jxr compression rate

ok thanks for the information

is there a kind of guide like: "which files should be downloaded and put there and there"?
by lilsmoka
2014-03-06T15:17:37-07:00
Forum: Digital Image Processing
Topic: png to jxr compression rate
Replies: 5
Views: 19721

Re: png to jxr compression rate

Is this library already included? Really don't know how to handle this on linux Oo :shock:
by lilsmoka
2014-03-06T15:03:41-07:00
Forum: Digital Image Processing
Topic: png to jxr compression rate
Replies: 5
Views: 19721

png to jxr compression rate

Hello,

I'm facing some problems in converting a png image to the jxr format with a given filesize.

In jp2 i solved it by adding a additional parameter and made an approch script so i read out the file size and increment/decrement the quality :
convert test.png -define jp2:rate=50 test.jp2

Is ...