Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Reads and convert image file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Container | 11.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Path | The native file path. | "/Users/cs/Images/test.jpg" | |
ImageType | The type of image to return. Either JPEG, PNG, GIF or BMP. Default is JPEG. |
"JPEG" | Optional |
FileName | The filename to use for the picture. Default is "image" with the extension matching the image type. |
"test.jpg" | Optional |
Returns image container or error.
Read in some picture and convert to PNG:
Set Variable [ $image ; Value: MBS( "Container.ReadImageFile"; "/Users/cs/Pictures/mond.jpg"; "PNG") ]
This function is free to use.
Created 15th April 2021, last changed 6th June 2023