On 2009/07/14 11:52, Roberto Fernandez wrote: > aes is in sumatrapdf (win32 frontend to fitz). it could be backported easily.
that would be useful. I forgot where my test file which needs it is, but there are some around.. > for the in tree version: > - jbig we don't have jbig2dec in ports yet or I would have added this already :) > - JPXDecode. it is broken with jasper but upstream added openjpeg alternative > dependency (on Thu, 25 Jun 2009 10:52:28) which one works. > with jasper, on page 34 of: > http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/javascript/AcroJSGuide.pdf > > $ mupdf -p 34 AcroJSGuide.pdf > error: cannot decode code stream > + fitz/filt_jpxd.c:104: fz_processjpxd(): jasper error: jas_image_decode() > | fitz/stm_filter.c:32: fz_process(): cannot process filter > | fitz/filt_pipeline.c:134: fz_processpipeline(): cannot process tail filter > | fitz/stm_filter.c:32: fz_process(): cannot process filter > | fitz/stm_read.c:110: fz_readimp(): cannot process filter > | fitz/stm_read.c:281: fz_readbytex(): cannot read data > \ fitz/stm_open.c:45: fz_dropstream(): dropped unhandled ioerror > warning: truncated image; proceeding anyway openjpeg has LP64 problems (in dwt_decode_tile) so, at the moment, jasper is a better choice for the package. I'll look at fixing openjpeg though.