Add resize_image script function

This commit is contained in:
GenevensiS
2024-10-03 17:51:49 +02:00
parent 6b0d311dc9
commit fa15206ba5
4 changed files with 38 additions and 1 deletions
@@ -71,7 +71,7 @@ $built_in_functions = array(
'exclusive_choice' =>'',
'require_exclusive_choice'=>'',
'remove_choice' =>'',
// images
// images
'linear_blend' =>'',
'masked_blend' =>'',
'combine_blend' =>'',
@@ -81,6 +81,7 @@ $built_in_functions = array(
'saturate' =>'',
'invert_image' =>'',
'recolor_image' =>'',
'resize_image' =>'',
'enlarge' =>'',
'crop' =>'',
'flip_horizontal' =>'',