Menu

#16 Problems with Lossless JPEG Decompressio

open
None
1
2007-07-23
2002-12-06
Anonymous
No

There is a problem with the version of the lossless
JPEG decompression used in xmedcon. I have seen a
similar problem with the Papyrus software as well.
Attached is a version of the JPEGLosslessDecodeImage()
function written to work with the jpeg-6b package with
the lossless compression patch applied (
ftp://ftp.uu.net/graphics/jpeg/)

Discussion

  • Nobody/Anonymous

    Replacement for JPEGLosslessDecodeImage()

     
  • Erik Nolf

    Erik Nolf - 2002-12-09
    • assigned_to: nobody --> enlf
     
  • Erik Nolf

    Erik Nolf - 2002-12-09

    Logged In: YES
    user_id=93242

    Hello?

    To "nobody" submitter: please some more info on:

    - what problem? (= test image)
    - a small howto perhaps?

    To ourselves:
    - a patch = not standard jpeg lib: ;-(
    - trying patch artwork ourselves
    - must offer both (predefs / don't like depencies
    on fiddles)
    - then how to autodetect jpeg libs with this
    lossless patch

     
  • Erik Nolf

    Erik Nolf - 2002-12-10

    Logged In: YES
    user_id=93242

    Follow up #1:

    - patch + compile succeeded

    - undefined references to ipl_free() & ipl_mallocJPEG
    parameter struct

    => ok to use system functions free() and malloc() !?

    - linkage warning: libmdc shared <=> static libjpeg.a

    - reading leadtools image11.dic = all black

    "Application transferred too few scanlines"

     
  • Erik Nolf

    Erik Nolf - 2003-06-07

    Logged In: YES
    user_id=93242

    possible solution:

    - using DCMTK jpeg libs (separated 8, 12, 16 bit)

     
  • Erik Nolf

    Erik Nolf - 2007-07-23
    • priority: 5 --> 1
     

Log in to post a comment.