Overview

Namespaces

  • Scene7
    • Commands
      • Layer
    • Definitions
    • Helpers
      • Html
        • Attributes
    • Requests

Classes

  • AntiAliasingModes
  • BlendModes
  • ColorQuantizationTypes
  • CompressionTypes
  • Encodings
  • FitModes
  • Formats
  • MaskUses
  • PerspectiveOptions
  • PixelTypes
  • RenderIntents
  • ResamplingModes
  • ResponseTypes
  • TextResolutionModes
  • WordWrap
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 
<?php

namespace Scene7\Definitions;

final class Formats
{
    const JPEG          = 'jpeg';
    const JPG           = 'jpeg';
    const PNG           = 'png';
    const PNG_A         = 'png-alpha';
    const PNG_ALPHA     = 'png-alpha';
    const TIF           = 'tif';
    const TIFF          = 'tif';
    const TIF_A         = 'tif-alpha';
    const TIFF_A        = 'tif-alpha';
    const TIF_ALPHA     = 'tif-alpha';
    const TIFF_ALPHA    = 'tif-alpha';
    const SWF           = 'swf';
    const SWF_A         = 'swf-alpha';
    const SWF_ALPHA     = 'swf-alpha';
    const SWF2          = 'swf';
    const SWF2_A        = 'swf-alpha';
    const SWF2_ALPHA    = 'swf-alpha';
    const SWF3          = 'swf3';
    const SWF3_A        = 'swf3-alpha';
    const SWF3_ALPHA    = 'swf3-alpha';
    const M3U8          = 'm3u8';
    const EPS           = 'eps';
    const GIF           = 'gif';
    const GIF_ALPHA     = 'gif-alpha';
    const F4M           = 'f4m';
}
API documentation generated by ApiGen