Can't convert from avif and jpeg-xl to png, jpg, webp and etc.
Posted: Fri Aug 19, 2022 10:22 pm
I'm using "AVIFlib.dll" and "libJPEGXL.dll" from XnView MP 1.01 and it allow me to convert with NConvert from png, jpg, web and etc. to jpeg-xl and avif without problems but back convertion (same files converted to jpeg-xl or avif earlier) NConvert don't converts back from jpeg-xl and avif to png, jpg, web and etc. showing that error:
nconvert -v -out png test.jxl
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
my_error_exit...<Not a JPEG file: starts with 0xff 0x0a>
Error: Don't know how to read this picture (test.jxl)
##########################Files opened: 0
Files with open error: 1
Files written: 0
nconvert -v -out png test.avif
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Cannot open file for read: ????f?
my_error_exit...<Not a JPEG file: starts with 0x00 0x00>
Error: Don't know how to read this picture (test.avif)
##########################Files opened: 0
Files with open error: 1
Files written: 0
This command "nconvert -v -in jpegxl -out png -i test.jxl" also dont't work:
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Error: Don't know how to read this picture (test.jxl)
##########################Files opened: 0
Files with open error: 1
Files written: 0
P.S. XnView MP and XnConvert works fine in this case but I need it to work in NConvert.
nconvert -v -out png test.jxl
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
my_error_exit...<Not a JPEG file: starts with 0xff 0x0a>
Error: Don't know how to read this picture (test.jxl)
##########################Files opened: 0
Files with open error: 1
Files written: 0
nconvert -v -out png test.avif
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Cannot open file for read: ????f?
my_error_exit...<Not a JPEG file: starts with 0x00 0x00>
Error: Don't know how to read this picture (test.avif)
##########################Files opened: 0
Files with open error: 1
Files written: 0
This command "nconvert -v -in jpegxl -out png -i test.jxl" also dont't work:
** NCONVERT v7.112 (c) 1991-2021 Pierre-E Gougelet (May 31 2022/14:43:37) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)
Error: Don't know how to read this picture (test.jxl)
##########################Files opened: 0
Files with open error: 1
Files written: 0
P.S. XnView MP and XnConvert works fine in this case but I need it to work in NConvert.