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

namespace Scene7\Definitions;

final class PerspectiveOptions
{
    const R1                = 'R1';
    const NEAREST_NEIGHBOR  = 'R1';
    const R2                = 'R2';
    const BI_LINEAR         = 'R2';
    const R3                = 'R3';
    const STANDARD          = 'R3';
    const R3T               = 'R3T';
    const SUPER_SAMPLING_WITH_JITTER = 'R3T';
}
API documentation generated by ApiGen