Comando EsportaImmagine

Da GeoGebra Manual.
Versione del 2 feb 2018 alle 15:52 di Mathmum (discussione | contributi) (Creata pagina con "<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|scripting|EsportaImmagine}} ;EsportaImmagine( <Property>, <Value>, <Property>, <Value>, ... ) :Exports an image of...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)



EsportaImmagine( <Property>, <Value>, <Property>, <Value>, ... )
Exports an image of the currently active view (or the view specified by the "view" parameter)

For example

EsportaImmagine("scale", 5)
Shows a popup of the current view so that the user can right-click -> Save Image As...
EsportaImmagine("filename", "image.png")
Saves a file called "image.png" of the current view
EsportaImmagine("filename", "image.png", "view", 2)
Saves a file called "image.png" of Graphics View 2
EsportaImmagine("filename", "image.png", "view", -1)
Saves a file called "image.png" of the current view
EsportaImmagine("filename", "image.png", "dpi", 300)
Saves a file called "image.png" of the current view at 300 dpi (dots-per-inch)
EsportaImmagine("filename", "image.png", "scale", 2)
Saves a file called "image.png" of the current view at scale 2 (ie twice nominal screen resolution)
EsportaImmagine("filename", "image.png", scalecm", 2, "dpi", 600)
Saves a file called "image.png" of the current view at 600dpi at a scale 1 unit = 2 cm
EsportaImmagine("filename", "image.png", "width", 1000)
Saves a file called "image.png" of the current view with width = 1000 pixels
EsportaImmagine("filename", "image.png", "height", 1000)
Saves a file called "image.png" of the current view with height = 1000 pixels
EsportaImmagine("filename", "image.png", "transparent", true)
Saves a transparent PNG file called "image.png"
EsportaImmagine("filename", "image.svg", "type", "svg")
Saves a file called "image.svg" of the current view in SVG format

Template:Notes

© 2024 International GeoGebra Institute