Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (39)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (6345)

  • avcodec, avfilter : Don't use "" for system headers

    28 mars 2024, par Andreas Rheinhardt
    avcodec, avfilter : Don't use "" for system headers
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/qsv.c
    • [DH] libavfilter/avf_aphasemeter.c
    • [DH] libavfilter/f_drawgraph.c
    • [DH] libavfilter/f_graphmonitor.c
    • [DH] libavfilter/vf_lut3d.c
  • build : Integrate multilibrary examples into the build system

    2 novembre 2013, par Diego Biurrun
    build : Integrate multilibrary examples into the build system
    

    This includes moving libavformat/output-example to doc/examples/output.

    • [DH] Makefile
    • [DH] configure
    • [DH] doc/Makefile
    • [DH] doc/examples/output.c
    • [DH] libavformat/Makefile
  • How to parse raw file extracted from system/bin/fb0 to .png file in android

    9 octobre 2015, par user2750644

    I know this is question was already asked on stack overflow, but none were helped. Basically i wanted to extract screenshot of another app programatically, for which i managed to get raw formatted image from dev/graphics/fb0 from my rooted device. When i opened this image, it looked as shown below.

    I would be thankful if someone could provide, solution which would convert this raw image into .PNG format.

    enter image description here

    Above image is screen shot of this.

    enter image description here