Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Adds a photo to the saved photos album.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImagePicker | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Image | The image container to add to photo roll. | ||
FileName | The file name for the script. | Get(FileName) | Optional |
ScriptName | The script name for the trigger. | Optional | |
Parameter | The script parameter to use. | Optional |
Returns OK or error.
Add image to saved photos:
If [ IsEmpty ( ImagePicker::Picture ) ]
Show Custom Dialog [ "No image?" ]
Else
Set Variable [ $path ; Value: MBS( "ImagePicker.WriteImageToSavedPhotosAlbum"; ImagePicker::Picture; Get(FileName); "AddedToCameraRoll" ) ]
End If
Created 17th June 2017, last changed 20th June 2017
ImagePicker.VideoIsCompatibleWithSavedPhotosAlbum - ImagePicker.WriteVideoToSavedPhotosAlbum
Feedback: Report problem or ask question.