Convert JP2 to PDF
Posted: 2012-05-18T06:09:04-07:00
Hi,
I am trying to convert n JP2s to a single PDF. The following works fine for JPGs
convert -adjoin -page A4 *.jpg output.pdf
For JP2 I used the command:
convert -adjoin -page A4 *.jp2 output.pdf
But I get the following error "irregular channel geometry not supported". From the advice of other posts I have run the command "convert -list configure" and this does show jp2 in the list.
Can anyone help?
Thanks
I am trying to convert n JP2s to a single PDF. The following works fine for JPGs
convert -adjoin -page A4 *.jpg output.pdf
For JP2 I used the command:
convert -adjoin -page A4 *.jp2 output.pdf
But I get the following error "irregular channel geometry not supported". From the advice of other posts I have run the command "convert -list configure" and this does show jp2 in the list.
Can anyone help?
Thanks