Image filter
From UBot Studio
(Difference between revisions)
(Created page with "This command will apply the selected preset filter to the selected image. The command is an Image command. '''Input Image File:''' Image the filter will be added to. ''...") |
|||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
− | + | image filter("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\FiltCapture.jpg","nashville") | |
</pre> | </pre> |
Revision as of 18:09, 13 November 2017
This command will apply the selected preset filter to the selected image.
The command is an Image command.
Input Image File: Image the filter will be added to.
Output Image File: The resulting image with the filter applied
Filter: The filter being applied.
Example
image filter("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\FiltCapture.jpg","nashville")
Running the script will apply the nashville filter to the selected image.