Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:scale_image [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:scale_image [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:scale_image to ref:a_f:f:af:scale_image localdev
Line 1: Line 1:
 +{{tag>Index Function Function_List Images Version:v5.0}}
 +====== SCALE_IMAGE ====== 
 +===== Description =====  
 +Scales the given image to the specified width and height
 +===== Parameters =====  
 +An attribute of the picture type and two numbers representing width and height respectively
 +===== Example =====  
 +<code aim>Object.ScaledImage = SCALE_IMAGE(Object.OrgImage, 30, 30) </code>