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: 
<?php

namespace Scene7\Definitions;

final class AntiAliasingModes
{
    const OFF          = 'off';
    const NORM         = 'norm';
    const CRISP        = 'crisp';
    const SHARP        = 'sharp';
    const STRONG       = 'strong';
}
API documentation generated by ApiGen