Différences entre versions de « Commande ExporterImage »

De GeoGebra Manual
Aller à : navigation, rechercher
Ligne 6 : Ligne 6 :
  
 
{{Exemples|1=<div>
 
{{Exemples|1=<div>
ExporterImage("type", "svg", "filename", "monimage.svg")
+
ExporterImage("type", "svg", "filename", "monimage.svg")<br/>
 
ExporterImage("type", "png", "filename", "monimage.png","width", 1000)<br/>
 
ExporterImage("type", "png", "filename", "monimage.png","width", 1000)<br/>
ExporterImage("type", "png", "filename", "monimage.png", "scalecm", 1, "dpi", 300)
+
ExporterImage("type", "png", "filename", "monimage.png", "scalecm", 1, "dpi", 300)<br/>
 
ExporterImage("dpi", 300)<br/>
 
ExporterImage("dpi", 300)<br/>
 
ExporterImage("width", 1000)
 
ExporterImage("width", 1000)
 
</div>}}
 
</div>}}

Version du 31 janvier 2018 à 22:41



ExporterImage(<Paramètre>, <Valeur>, <Paramètre>, <Valeur>, ... )
Exemples :

ExporterImage("type", "svg", "filename", "monimage.svg")
ExporterImage("type", "png", "filename", "monimage.png","width", 1000)
ExporterImage("type", "png", "filename", "monimage.png", "scalecm", 1, "dpi", 300)
ExporterImage("dpi", 300)
ExporterImage("width", 1000)

© 2024 International GeoGebra Institute