Class PhotographicConversions

java.lang.Object
com.drew.imaging.PhotographicConversions

@Deprecated(since="2024-11-20") public final class PhotographicConversions extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Contains helper methods that perform photographic conversions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double
    apertureToFStop(double aperture)
    Deprecated.
    Converts an aperture value to its corresponding F-stop number.
    static double
    shutterSpeedToExposureTime(double shutterSpeed)
    Deprecated.
    Converts a shutter speed to an exposure time.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ROOT_TWO

      public static final double ROOT_TWO
      Deprecated.
  • Method Details

    • apertureToFStop

      public static double apertureToFStop(double aperture)
      Deprecated.
      Converts an aperture value to its corresponding F-stop number.
      Parameters:
      aperture - the aperture value to convert
      Returns:
      the F-stop number of the specified aperture
    • shutterSpeedToExposureTime

      public static double shutterSpeedToExposureTime(double shutterSpeed)
      Deprecated.
      Converts a shutter speed to an exposure time.
      Parameters:
      shutterSpeed - the shutter speed to convert
      Returns:
      the exposure time of the specified shutter speed