l********0 发帖数: 283 | 1 我想在linux下转换图片格式,从jp2到jpg
我试了convert这个命令:
convert 2299-D_9.jp2 a.jpg
convert: no decode delegate for this image format `2299-D_9.jp2'.
convert: missing an image filename `a.jpg'.
这个命令可能不支持jp2格式。
请教大家有没有其它命令或者软件可以用?
谢谢。 | a*****i 发帖数: 4391 | 2 apt-get install openjpeg-tools
command-line tools using the JPEG 2000 library
This package provides with command-line tools allowing for conversions
between
several formats:
- j2k_to_image: decodes j2k, jp2, and jpt files to pgm, ppm, pnm,
pgx, and bmp.
- image_to_j2k: encodes pnm, pgm, pgx, bmp, and ppm files to j2k,
and jp2.
- index_create: create jp2 with JPIP index file from a j2k file.
【在 l********0 的大作中提到】 : 我想在linux下转换图片格式,从jp2到jpg : 我试了convert这个命令: : convert 2299-D_9.jp2 a.jpg : convert: no decode delegate for this image format `2299-D_9.jp2'. : convert: missing an image filename `a.jpg'. : 这个命令可能不支持jp2格式。 : 请教大家有没有其它命令或者软件可以用? : 谢谢。
| l********0 发帖数: 283 | 3 非常感谢。
我在centos上测试了这个
http://www.xnview.com/en/download_nc.html
但是:
[root@spring211 NConvert]# ./nconvert -out jpeg temp/2299-D_9.jp2
./nconvert: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./
nconvert)
请问如何在centos上安装GLIBC_2.7?
Thanks again.
【在 a*****i 的大作中提到】 : apt-get install openjpeg-tools : command-line tools using the JPEG 2000 library : This package provides with command-line tools allowing for conversions : between : several formats: : - j2k_to_image: decodes j2k, jp2, and jpt files to pgm, ppm, pnm, : pgx, and bmp. : - image_to_j2k: encodes pnm, pgm, pgx, bmp, and ppm files to j2k, : and jp2. : - index_create: create jp2 with JPIP index file from a j2k file.
| N**********d 发帖数: 9292 | 4 yum不能装么?
【在 l********0 的大作中提到】 : 非常感谢。 : 我在centos上测试了这个 : http://www.xnview.com/en/download_nc.html : 但是: : [root@spring211 NConvert]# ./nconvert -out jpeg temp/2299-D_9.jp2 : ./nconvert: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by ./ : nconvert) : 请问如何在centos上安装GLIBC_2.7? : Thanks again.
| l********0 发帖数: 283 | 5 如何制定安装这个版本呢?
【在 N**********d 的大作中提到】 : yum不能装么?
| N**********d 发帖数: 9292 | 6 不知道。。。
或者找个rpm下载下来安装?
【在 l********0 的大作中提到】 : 如何制定安装这个版本呢?
|
|