Imagemagick 将 png 转换为 jxr

Ste*_*ger 6 image converter imagemagick

通过将 *.png 文件转换并压缩为 *.jxr 文件,我遇到了一些问题。

我在 imagemagick 转换工具中找不到任何诸如速率或质量之类的选项会改变生成的 .jxr 文件大小,现在有人可以操作转换后的文件大小吗?

Ste*_*ger 4

Imagemagick 仅在以下情况下不支持 JXR:

"Requires the jxrlib delegate library. Put the JxrDecApp and JxrEncApp applications in your execution path."
Run Code Online (Sandbox Code Playgroud)

如果您已经成功安装了libjxr0libjxr-tools linux 软件包,如果您不知道JxrEncAppJxrDecApp这两个应用程序是如何执行的,您将面临下一个问题。

所以这是所需的背景:

  • 仅支持BMP,TIFHDR
  • 错误不显示!!!!整个手册页
  • 质量参数开始于0.000结束于1.000

一个调用看起来像这样:

JxrEncApp -i test.tif -o test.jxr -q 0.231
Run Code Online (Sandbox Code Playgroud)