Discussions on NConvert - the command line tool for image conversion and manipulation
Moderators: helmut , XnTriq , xnview
Guest
Post
by Guest » Fri Jun 13, 2008 12:57 am
How
convert to Jpeg2000 format?
Code: Select all
nconvert.exe -out jp2 Picture32.png
Bad output format 'jp2'
xnview
Author of XnView
Posts: 46620 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Fri Jun 13, 2008 6:18 am
Anonymous wrote: How
convert to Jpeg2000 format?
Code: Select all
nconvert.exe -out jp2 Picture32.png
Bad output format 'jp2'
Do you have the jpeg2000 plugin?
Pierre.
Guest
Post
by Guest » Fri Jun 13, 2008 3:15 pm
do i need one!?
ok i copy/paste plugins dir from xnview so it converts now.
But i was unable to get 32bit jpeg2000 image.
how convert to 32bit jpeg2000?
xnview
Author of XnView
Posts: 46620 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Fri Jun 13, 2008 3:28 pm
Anonymous wrote: do i need one!?
ok i copy/paste plugins dir from xnview so it converts now.
But i was unable to get 32bit jpeg2000 image.
how convert to 32bit jpeg2000?
32bits is not possible with Jasper plugin, try the lurawave one
Pierre.
Guest
Post
by Guest » Fri Jun 13, 2008 4:45 pm
nconvert.exe -v -out lwfjp2 321Go_png.png
gives 24bit jp2 image
nconvert.exe -v -out lwf 321Go_png.png
gives some rubish image
actual 32bit png:
nconvert.exe -v -out lwf 321Go_png.png
btw what option for jp2 compression quality?
Guest
Post
by Guest » Fri Jun 13, 2008 6:25 pm
xnview wrote:
32bits is not possible with Jasper plugin, try the lurawave one
hmm... actualy after repeated tests i noticed that
JasPer plugin converts to 32bit , and i was able to
convert back to png and got correct alpha,
but lurawave compressed without alpha.
noticed that current JasPer Version is 1.900, nconvert use v1.701.
so what option is for jp2 compression quality?
xnview
Author of XnView
Posts: 46620 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Mon Jun 16, 2008 7:09 am
Anonymous wrote:
noticed that current JasPer Version is 1.900, nconvert use v1.701.
Right, i'll update
so what option is for jp2 compression quality?
Quality
Pierre.
Me
Post
by Me » Sun Aug 17, 2008 7:24 pm
I tried to
convert dds to jpeg2000 with alpha plane using xnview but i get a DXT1 without any alpha plane
I tried to use the nconvert using the parameter
nconvert.exe -v -out lwfjp2
and
nconvert.exe -v -out lwf
And i get
Bad output format
I copy the dll from xnview too but i get the same error
I'm using the 5.02 version and i don't see any reference about jpeg2000
Yes i have the plugins
Maybe in the 5.02 this plugins/options are gone?
Thanks !!!
xnview
Author of XnView
Posts: 46620 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:
Post
by xnview » Mon Aug 25, 2008 8:15 am
Me wrote:
I copy the dll from xnview too but i get the same error
I'm using the 5.02 version and i don't see any reference about jpeg2000
Yes i have the plugins
The dll's are in Plugins folder?
Pierre.
Me
Post
by Me » Mon Aug 25, 2008 10:02 pm
Thanks a silly mistake, and what a about to get the mipmaps of the DDS files?
Actually i only can convert to DXT1 with 1 mipmap?
Thanks!