PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Effect
/
Appearance
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Transformation; /** * Class AppearanceEffect */ abstract class AppearanceEffect { // Common effects const DESHAKE = 'deshake'; const FADE = 'fade'; const NOISE = 'noise'; use VideoAppearanceEffectTrait; }
[-] ShakeStrength.php
[edit]
[+]
..
[-] VideoAppearanceEffectTrait.php
[edit]
[-] Deshake.php
[edit]
[-] AppearanceEffect.php
[edit]