IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Applications et environnements graphiques Discussion :

[ERROR] ImageMagick - no decode delegate for this image format


Sujet :

Applications et environnements graphiques

  1. #1
    Membre habitué Avatar de dafpp
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2008
    Messages
    345
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2008
    Messages : 345
    Points : 196
    Points
    196
    Par défaut [ERROR] ImageMagick - no decode delegate for this image format
    Bonsoir,
    J'ai plusieurs soucis autour du même thème:
    Je souhaiterai simplement créer ma x-face - pour m'amuser - mais je rencontre plusieurs soucis et j'aimerai qu'on m'aide un peu, ou du moins me retourner ayant un indice de solution - car là je n'y arrive pas vraiment, et je trouve ça lourd:

    - Apparement il faut convertir son image en 48x48 au format xbm, pour le convertir ensuite au format xface.
    - J'installe ImageMagick et quand je veux convertir, j'ai toujours ça:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    $ convert x-face.png -geometry 48x48 x-face.xbm
    convert: no decode delegate for this image format `x-face.png' @ error/constitute.c/ReadImage/544.
    convert: no images defined `x-face.xbm' @ error/convert.c/ConvertImageCommand/3021.
    Pourtant:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
     
    # yum list installed libpng
    Loaded plugins: langpacks, presto, refresh-packagekit
    Adding en_US to language list
    Installed Packages
    libpng.i686               2:1.2.46-1.fc14               @blag140k-fedora-updates
    Je suis sur GNU/Linux Blag.i686.
    merci d'avance.

    --
    J'ai cherché avant de poster et j'ai trouver deux superbes sites pour faire sa xface:
    http://www.cs.indiana.edu/ftp/faces/index.html
    http://www.dairiki.org/xface/

    apparement on peut aussi passer par le format pnm.
    "Les spécialistes commencent par n'apprendre que ce qu'ils aiment et finissent par n'aimer que ce qu'ils ont appris." - Gilbert Cesbron
    "Si nous avons chacun un objet et que nous les echangeons, nous avons chacun un objet. Si nous avons chacun une idée et que nous les échangeons, nous avons chacun deux idées." - Proverbe Chinois.

  2. #2
    Expert éminent sénior Avatar de frp31
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Juillet 2006
    Messages
    5 196
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 47
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Juillet 2006
    Messages : 5 196
    Points : 12 264
    Points
    12 264
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    http://blog.ericlamb.net/2008/11/fix-for-convert-no-decode-delegate-for-this-image-format/
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    User rights on filesystem (coders/filters):
    Code:
    ls -l /share/Apps/local/lib/ImageMagick-6.6.4/modules-Q16/coders
    -rwxrwxrwx    1 nmt      nmt         10376 Oct 19 13:28 art.so
    -rwxrwxrwx    1 nmt      nmt         11044 Oct 19 13:28 avs.so
    -rwxrwxrwx    1 nmt      nmt         26772 Oct 19 13:28 bgr.so
    -rwxrwxrwx    1 nmt      nmt         41808 Oct 19 13:28 bmp.so
    -rwxrwxrwx    1 nmt      nmt          9900 Oct 19 13:28 braille.so
    -rwxrwxrwx    1 nmt      nmt         11628 Oct 19 13:28 cals.so
    -rwxrwxrwx    1 nmt      nmt          9048 Oct 19 13:28 caption.so
    -rwxrwxrwx    1 nmt      nmt         29492 Oct 19 13:28 cin.so
    -rwxrwxrwx    1 nmt      nmt          8464 Oct 19 13:28 cip.so
    -rwxrwxrwx    1 nmt      nmt          5416 Oct 19 13:28 clip.so
    -rwxrwxrwx    1 nmt      nmt         30588 Oct 19 13:28 cmyk.so
    -rwxrwxrwx    1 nmt      nmt         17044 Oct 19 13:28 cut.so
    -rwxrwxrwx    1 nmt      nmt        151552 Oct 19 13:28 dcm.so
    -rwxrwxrwx    1 nmt      nmt         16280 Oct 19 13:28 dds.so
    -rwxrwxrwx    1 nmt      nmt          8332 Oct 19 13:28 debug.so
    -rwxrwxrwx    1 nmt      nmt         25096 Oct 19 13:28 dib.so
    -rwxrwxrwx    1 nmt      nmt         11372 Oct 19 13:28 dng.so
    -rwxrwxrwx    1 nmt      nmt          6532 Oct 19 13:28 dot.so
    -rwxrwxrwx    1 nmt      nmt         42628 Oct 19 13:28 dpx.so
    -rwxrwxrwx    1 nmt      nmt         11376 Oct 19 13:28 ept.so
    -rwxrwxrwx    1 nmt      nmt          9044 Oct 19 13:28 fax.so
    -rwxrwxrwx    1 nmt      nmt         20488 Oct 19 13:28 fits.so
    -rwxrwxrwx    1 nmt      nmt         33332 Oct 19 13:28 gif.so
    -rwxrwxrwx    1 nmt      nmt          6988 Oct 19 13:28 gradient.so
    -rwxrwxrwx    1 nmt      nmt         11348 Oct 19 13:28 gray.so
    -rwxrwxrwx    1 nmt      nmt          6416 Oct 19 13:28 hald.so
    -rwxrwxrwx    1 nmt      nmt         10708 Oct 19 13:28 histogram.so
    -rwxrwxrwx    1 nmt      nmt          9348 Oct 19 13:28 hrz.so
    -rwxrwxrwx    1 nmt      nmt         11380 Oct 19 13:28 html.so
    -rwxrwxrwx    1 nmt      nmt         27280 Oct 19 13:28 icon.so
    -rwxrwxrwx    1 nmt      nmt          6420 Oct 19 13:28 info.so
    -rwxrwxrwx    1 nmt      nmt          6316 Oct 19 13:28 inline.so
    -rwxrwxrwx    1 nmt      nmt         14760 Oct 19 13:28 ipl.so
    -rwxrwxrwx    1 nmt      nmt         59544 Oct 19 13:28 jbig.so
    -rwxrwxrwx    1 nmt      nmt        561568 Oct 19 13:28 jp2.so
    -rwxrwxrwx    1 nmt      nmt         48960 Oct 19 13:28 jpeg.so
    -rwxrwxrwx    1 nmt      nmt          8368 Oct 19 13:28 label.so
    -rwxrwxrwx    1 nmt      nmt        114904 Oct 19 13:28 magick.so
    -rwxrwxrwx    1 nmt      nmt         11316 Oct 19 13:28 map.so
    -rwxrwxrwx    1 nmt      nmt         25324 Oct 19 13:28 mat.so
    -rwxrwxrwx    1 nmt      nmt          5824 Oct 19 13:28 matte.so
    -rwxrwxrwx    1 nmt      nmt         40236 Oct 19 13:28 meta.so
    -rwxrwxrwx    1 nmt      nmt        114616 Oct 19 13:28 miff.so
    -rwxrwxrwx    1 nmt      nmt          9484 Oct 19 13:28 mono.so
    -rwxrwxrwx    1 nmt      nmt         32896 Oct 19 13:28 mpc.so
    -rwxrwxrwx    1 nmt      nmt         13744 Oct 19 13:28 mpeg.so
    -rwxrwxrwx    1 nmt      nmt          5736 Oct 19 13:28 mpr.so
    -rwxrwxrwx    1 nmt      nmt          3828 Oct 19 13:28 msl.so
    -rwxrwxrwx    1 nmt      nmt         10920 Oct 19 13:28 mtv.so
    -rwxrwxrwx    1 nmt      nmt          9180 Oct 19 13:28 mvg.so
    -rwxrwxrwx    1 nmt      nmt          7300 Oct 19 13:28 null.so
    -rwxrwxrwx    1 nmt      nmt         10028 Oct 19 13:28 otb.so
    -rwxrwxrwx    1 nmt      nmt         23380 Oct 19 13:28 palm.so
    -rwxrwxrwx    1 nmt      nmt        461080 Oct 19 13:28 pattern.so
    -rwxrwxrwx    1 nmt      nmt         25604 Oct 19 13:28 pcd.so
    -rwxrwxrwx    1 nmt      nmt         21332 Oct 19 13:28 pcl.so
    -rwxrwxrwx    1 nmt      nmt         24224 Oct 19 13:28 pcx.so
    -rwxrwxrwx    1 nmt      nmt         20208 Oct 19 13:28 pdb.so
    -rwxrwxrwx    1 nmt      nmt         59184 Oct 19 13:28 pdf.so
    -rwxrwxrwx    1 nmt      nmt         12080 Oct 19 13:28 pes.so
    -rwxrwxrwx    1 nmt      nmt         43856 Oct 19 13:28 pict.so
    -rwxrwxrwx    1 nmt      nmt          8864 Oct 19 13:28 pix.so
    -rwxrwxrwx    1 nmt      nmt          8800 Oct 19 13:28 plasma.so
    -rwxrwxrwx    1 nmt      nmt        159996 Oct 19 13:28 png.so
    -rwxrwxrwx    1 nmt      nmt         45760 Oct 19 13:28 pnm.so
    -rwxrwxrwx    1 nmt      nmt          5728 Oct 19 13:28 preview.so
    -rwxrwxrwx    1 nmt      nmt         53484 Oct 19 13:28 ps.so
    -rwxrwxrwx    1 nmt      nmt         29384 Oct 19 13:28 ps2.so
    -rwxrwxrwx    1 nmt      nmt         36592 Oct 19 13:28 ps3.so
    -rwxrwxrwx    1 nmt      nmt         55316 Oct 19 13:28 psd.so
    -rwxrwxrwx    1 nmt      nmt          9076 Oct 19 13:28 pwp.so
    -rwxrwxrwx    1 nmt      nmt         14256 Oct 19 13:28 raw.so
    -rwxrwxrwx    1 nmt      nmt         27380 Oct 19 13:28 rgb.so
    -rwxrwxrwx    1 nmt      nmt         10156 Oct 19 13:28 rla.so
    -rwxrwxrwx    1 nmt      nmt         14580 Oct 19 13:28 rle.so
    -rwxrwxrwx    1 nmt      nmt          6748 Oct 19 13:28 scr.so
    -rwxrwxrwx    1 nmt      nmt          9308 Oct 19 13:28 sct.so
    -rwxrwxrwx    1 nmt      nmt         10656 Oct 19 13:28 sfw.so
    -rwxrwxrwx    1 nmt      nmt         23948 Oct 19 13:28 sgi.so
    -rwxrwxrwx    1 nmt      nmt          8116 Oct 19 13:28 stegano.so
    -rwxrwxrwx    1 nmt      nmt         21144 Oct 19 13:28 sun.so
    -rwxrwxrwx    1 nmt      nmt         30572 Oct 19 13:28 svg.so
    -rwxrwxrwx    1 nmt      nmt         19340 Oct 19 13:28 tga.so
    -rwxrwxrwx    1 nmt      nmt          6700 Oct 19 13:28 thumbnail.so
    -rwxrwxrwx    1 nmt      nmt         62000 Oct 19 13:28 tiff.so
    -rwxrwxrwx    1 nmt      nmt          6340 Oct 19 13:28 tile.so
    -rwxrwxrwx    1 nmt      nmt         12088 Oct 19 13:28 tim.so
    -rwxrwxrwx    1 nmt      nmt          9928 Oct 19 13:28 ttf.so
    -rwxrwxrwx    1 nmt      nmt         18512 Oct 19 13:28 txt.so
    -rwxrwxrwx    1 nmt      nmt         10836 Oct 19 13:28 uil.so
    -rwxrwxrwx    1 nmt      nmt          6504 Oct 19 13:28 url.so
    -rwxrwxrwx    1 nmt      nmt         10196 Oct 19 13:28 uyvy.so
    -rwxrwxrwx    1 nmt      nmt         12212 Oct 19 13:28 vicar.so
    -rwxrwxrwx    1 nmt      nmt         10236 Oct 19 13:28 vid.so
    -rwxrwxrwx    1 nmt      nmt         26620 Oct 19 13:28 viff.so
    -rwxrwxrwx    1 nmt      nmt         11240 Oct 19 13:28 wbmp.so
    -rwxrwxrwx    1 nmt      nmt         27720 Oct 19 13:28 wpg.so
    -rwxrwxrwx    1 nmt      nmt         13176 Oct 19 13:28 xbm.so
    -rwxrwxrwx    1 nmt      nmt          6780 Oct 19 13:28 xc.so
    -rwxrwxrwx    1 nmt      nmt         23052 Oct 19 13:28 xcf.so
    -rwxrwxrwx    1 nmt      nmt         22944 Oct 19 13:28 xpm.so
    -rwxrwxrwx    1 nmt      nmt         11348 Oct 19 13:28 xps.so
    -rwxrwxrwx    1 nmt      nmt         26660 Oct 19 13:28 ycbcr.so
    -rwxrwxrwx    1 nmt      nmt         16896 Oct 19 13:28 yuv.so
     
    ls -l /share/Apps/local/lib/ImageMagick-6.6.4/modules-Q16/filters
    -rwxrwxrwx    1 nmt      nmt          6872 Oct 19 13:28 analyze.so

    en cherchant sur google, les deux premières réponses sont ça... donc un problème avec la lib jpeg, et l'autre indique que si l'image de base est trop grande en png il peut falloir réduire moins fort à la fois....

    donc si la libjpeg n'est pas installée : installes là
    si c'est pas ça essayes de convertir en 2 ou 3 passes en réduisant à chaque fois jusqu'a 96x96

  3. #3
    Membre habitué Avatar de dafpp
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2008
    Messages
    345
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2008
    Messages : 345
    Points : 196
    Points
    196
    Par défaut
    J'aurai dû l'indiquer que j'avais lu la page: http://blog.ericlamb.net/2008/11/fix...-image-format/ et que j'avais tenté d'installer les libs comme dis dans la page. Mais ça na rien changé.
    Mon image faisait déjà 48x48.

    -- J'écris ce post maintenant, mais je pourrai suivre ce que tu m'as dis qu'en fin d'après midi.

    Merci pour ta réponse, et désolé de ne pas avoir regardé et cherché un peu plus.
    "Les spécialistes commencent par n'apprendre que ce qu'ils aiment et finissent par n'aimer que ce qu'ils ont appris." - Gilbert Cesbron
    "Si nous avons chacun un objet et que nous les echangeons, nous avons chacun un objet. Si nous avons chacun une idée et que nous les échangeons, nous avons chacun deux idées." - Proverbe Chinois.

Discussions similaires

  1. Erreur "No CPU/ABI system image available for this target"
    Par TheBeginer dans le forum Android
    Réponses: 4
    Dernier message: 26/11/2014, 10h55
  2. Réponses: 3
    Dernier message: 17/11/2009, 12h59
  3. Réponses: 0
    Dernier message: 30/10/2007, 01h50
  4. [ImageMagick] Obtenir les dimensions d'une image externe?
    Par Death83 dans le forum Bibliothèques et frameworks
    Réponses: 1
    Dernier message: 31/01/2006, 09h57
  5. [ORA-24334] no descriptor for this position
    Par moezsokrati dans le forum Oracle
    Réponses: 4
    Dernier message: 24/01/2006, 18h02

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo