Page 1 of 1

How convert to Jpeg2000?

Posted: Fri Jun 13, 2008 12:57 am
by Guest
How convert to Jpeg2000 format?

Code: Select all

nconvert.exe -out jp2 Picture32.png
Bad output format 'jp2'

Re: How convert to Jpeg2000?

Posted: Fri Jun 13, 2008 6:18 am
by xnview
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?

Posted: Fri Jun 13, 2008 3:15 pm
by Guest
do i need one!? :twisted:
Image

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?

Posted: Fri Jun 13, 2008 3:28 pm
by xnview
Anonymous wrote:do i need one!? :twisted:
Image

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

Posted: Fri Jun 13, 2008 4:45 pm
by Guest
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:
Image


nconvert.exe -v -out lwf 321Go_png.png
Image


btw what option for jp2 compression quality?

Posted: Fri Jun 13, 2008 6:25 pm
by Guest
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?

Posted: Mon Jun 16, 2008 7:09 am
by xnview
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

Posted: Sun Aug 17, 2008 7:24 pm
by Me
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 !!!

Posted: Mon Aug 25, 2008 8:15 am
by xnview
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?

Posted: Mon Aug 25, 2008 10:02 pm
by Me
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!