• # Et la reponse est:

    Posté par . En réponse au message Exporter en .bmp 24bpp. Évalué à 1.

    netpbm

    all the netpbms intermediate formats are lossless, but that depends more on your source/target image formats

    => it is possible to use:

    * bmptoppm project_proposal.bmp > project_proposal.pbm
    * ppmtobmp -bpp 24 project_proposal.pbm > project_proposal2.bmp

    from the netpbm package.

    Merci cliechti de #debian.