• [^] # Re: Tutorial

    Posté par . En réponse au journal Hugin et enblend sur un bateau, l'un d'eux tombe à l'eau.... Évalué à 2.

    Ok je viens de le faire, voilà la sortie :

    (gdb) run -v test.tif -o final.tif
    Starting program: /usr/bin/enblend -v test.tif -o final.tif
    (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...TIFF Page: test.tif size 2240x1738, res 1x1, offset 2177x0
    TIFF Page: test.tif size 2251x1754, res 1x1, offset 3252x33
    TIFF Page: test.tif size 2243x1743, res 1x1, offset 4404x28
    Output image size: 4470 x 1787
    Combining non-overlapping pages: (test.tif, 0)
    Program received signal SIGSEGV, Segmentation fault.
    0x401c7c73 in mallopt () from /lib/tls/libc.so.6
    (gdb) bt
    #0 0x401c7c73 in mallopt () from /lib/tls/libc.so.6
    #1 0x400303d6 in TIFFClose () from /usr/lib/libtiff.so.3
    Previous frame inner to this frame (corrupt stack?)
    (gdb)

    Cela vient-il vraiment de enblend ? ou bien j'ai une version buggée de la libtiff ??? Je vais essayer de la mettre à jour ...