Scripts: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Scripts in the context of computing are usually referring to the use of basic programs or subroutines to make tasks easier. In the realm of computer graphics, we often use sc...")
 
(Redirected page to Video Scripts)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Scripts in the context of computing are usually referring to the use of basic programs or subroutines to make tasks easier.
#redirect [[Video Scripts]]
 
In the realm of computer graphics, we often use scripts to automate repetitive tasks.
One may use a python script to say dynamically resize a bunch of images to fit within a certain size or aspect ratio, instead of having to manually do this for each one.
 
When building a DXF layout for CAM or Machining from a sketchup fil, a script could be used to automatically layout all the parts flat, instead of the user having to do this manually for each part every time an update should occur.

Latest revision as of 02:41, 29 December 2019

Redirect to: