
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (68)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (10558)
-
avcodec/decode : fill missing frame fields for all decoders
8 juillet 2023, par James Almer -
avcodec/gifdec : rewrite functions that fill block/frame
22 septembre 2023, par Paul B Mahol -
Imagemagick convert -fill does not change edges from a particular pallete area
29 décembre 2017, par Amit PatilWhen I am trying to remove Green (#09f80c) color from this image using below command
'magick convert images/img001.png -fill transparent -opaque #09f80c images/tp.png'
. I am getting below imageThis image I get as an output for above command. This image still has some green dots at the edges. How to remove them completely
I want converted image not to have those extra pixels.
Your help would be highly appreciated.