Class PHImageRequestOptionsVersion


  • public final class PHImageRequestOptionsVersion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Current
      version with edits (aka adjustments) rendered or unadjusted version if there is no edits
      static long Original
      original version, in the case of a combined format the highest fidelity format will be returned (e.g.
      static long Unadjusted
      original version without any adjustments
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Current

        public static final long Current
        version with edits (aka adjustments) rendered or unadjusted version if there is no edits
        See Also:
        Constant Field Values
      • Unadjusted

        public static final long Unadjusted
        original version without any adjustments
        See Also:
        Constant Field Values
      • Original

        public static final long Original
        original version, in the case of a combined format the highest fidelity format will be returned (e.g. RAW for a RAW+JPG source image)
        See Also:
        Constant Field Values