Skip to content
Updating docs for the dotransition script. authored by Kevin Meaney's avatar Kevin Meaney
...@@ -842,9 +842,9 @@ Which returns: ...@@ -842,9 +842,9 @@ Which returns:
An example of the dotransition script is, though you'll need to update the file paths to image files on your computer: An example of the dotransition script is, though you'll need to update the file paths to image files on your computer:
dotransition --count 30 --sourceimage "~/Desktop/exampleimages/DSCN0744.JPG" --destinationimage "~/Desktop/exampleimages/DSCN0746.JPG" --transitionfilter CIFlashTransition --striationstrength 0.8 --color 1.0,0.4,0.1,1.0 --fadethreshold 0.7 --extent 0,0,908,681 --center 454,340 --striationcontrast 1.375 --outputdir "~/Desktop/junkimages/flashtransition" --basename Flash --outputfiletype public.jpeg --verbose dotransition --count 30 --sourceimage "~/Desktop/exampleimages/DSCN0744.JPG" --targetimage "~/Desktop/exampleimages/DSCN0746.JPG" --transitionfilter CIFlashTransition --striationstrength 0.8 --color 1.0,0.4,0.1,1.0 --fadethreshold 0.7 --extent 0,0,908,681 --center 454,340 --striationcontrast 1.375 --outputdir "~/Desktop/junkimages/flashtransition" --basename Flash --exportfiletype public.jpeg --verbose
[Examples for using all the core image transition filters](https://gitlab.com/ktam/using-movingimages/blob/master/coreimage/transitioncommands.sh) [Examples for using all the core image transition filters](https://gitlab.com/ktam/the-using-movingimages-documentation/blob/master/resources/transitioncommands.sh)
The core image blend script: The core image blend script:
... ...
......