Re: image png couleur 8 bits ou 32 bits

Kezdőlap

Válasz az üzenetre
Szerző: jeanluc
Dátum:  
Címzett: guilde
Tárgy: Re: image png couleur 8 bits ou 32 bits
Le dimanche 21 septembre 2008 00:13, jeanluc a écrit :
> Donc, je pense que je devrais plutot faire ca :
>         prompt> convert -depth 8   -colors 256  inkscapeOut_48x48.png  picPourIcone_48x48x8.png
>         prompt> convert -depth 8   -colors 0   inkscapeOut_48x48.png  picPourIcone_48x48x4.png

                                                 ^^^
euh, non, je me suis emmêlé les pinceaux.
         prompt> convert -depth 8    -colors 256  inkscapeOut_48x48.png  picPourIcone_48x48x8.png
         prompt> convert -depth 32  -colors 0      inkscapeOut_48x48.png  picPourIcone_48x48x4.png


Je vais essayer ca.