PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Delivery
/
Format
<?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; /** * Interface ImageFormatInterface * * @api */ interface ImageFormatInterface { const GIF = 'gif'; const PNG = 'png'; const JPG = 'jpg'; const BMP = 'bmp'; const ICO = 'ico'; const PDF = 'pdf'; const TIFF = 'tiff'; const EPS = 'eps'; const JPC = 'jpc'; const JP2 = 'jp2'; const PSD = 'psd'; const WEBP = 'webp'; const SVG = 'svg'; const WDP = 'wdp'; const HPX = 'hpx'; const DJVU = 'djvu'; const AI = 'ai'; const FLIF = 'flif'; const BPG = 'bpg'; const MIFF = 'miff'; const TGA = 'tga'; const CR2 = 'cr2'; const ARW = 'arw'; const DNG = 'dng'; const HEIC = 'heic'; const GLTZ = 'gltz'; const GLTF = 'gltf'; const FBXZ = 'fbxz'; const INDD = 'indd'; const IDML = 'idml'; const AVIF = 'avif'; const OBJZ = 'objz'; const USDZ = 'usdz'; }
[-] AudioFormatInterface.php
[edit]
[-] AnimatedFormat.php
[edit]
[+]
..
[-] FormatQualifier.php
[edit]
[-] Format.php
[edit]
[-] ImageFormatTrait.php
[edit]
[-] FormatTrait.php
[edit]
[-] VideoFormatTrait.php
[edit]
[-] FormatQualifierTrait.php
[edit]
[-] AnimatedFormatTrait.php
[edit]
[-] ImageFormatInterface.php
[edit]
[-] AudioFormatTrait.php
[edit]
[-] VideoFormatInterface.php
[edit]
[-] FormatInterface.php
[edit]