Difference between revisions of "Mediamanager:postPicture"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
mediamanager:postPicture(path)
 
mediamanager:postPicture(path)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
Line 19: Line 19:
 
-- save picture to sdcard/pictures folder (*need write permission*)
 
-- save picture to sdcard/pictures folder (*need write permission*)
 
mediamanager:postPicture("gfx/ball.png")
 
mediamanager:postPicture("gfx/ball.png")
</source>
+
</syntaxhighlight>
 +
 
 +
=== See also ===
 +
For mobile: '''[[Share:export]]'''
  
 
{{Media}}
 
{{Media}}

Latest revision as of 22:21, 20 February 2025