Measures Concepts
GitHub icon

FXScript

FXScript - Programming language

< >

FXScript is a programming language created in 2002.

#2537on PLDB 22Years Old

FXScript is a scripting language for Final Cut Pro and Final Cut Express. FXBuilder is the scripting utility in which users are able to modify existing FCP FXScripts or program completely new ones. For example, to scale an image, only two lines are necessary to scale an image from its full size to half size: scale(Region, CenterOfScale, 0.5, 0.5); blitrect(ImageBuffer, OrigRegion, Destination-Buffer, Region); First the region, which might be a rectangle, is scaled by the statement scale and its parameters. Read more on Wikipedia...


Example from Wikipedia:
scale(Region, CenterOfScale, 0.5, 0.5); blitrect(ImageBuffer, OrigRegion, Destination-Buffer, Region);

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout