2017 © Pedro Peláez
 

library ndeviation

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

image

filmtools/ndeviation

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  • Wednesday, December 6, 2017
  • by tomkyle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • Python
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

FilmTools · NDeviation

Interfaces, classes and traits for Zone system deviation, (*1)

Packagist PHP version Build Status Scrutinizer Code Quality Code Coverage Build Status, (*2)

Installation

$ composer require filmtools/ndeviation

NDeviation classes

<?php
use FilmTools\NDeviation\NDeviation;
use FilmTools\NDeviation\NDeviationFormatter;

// Short title is optional;
$ndev = new NDeviation( 2 );
$ndev = new NDeviation( 2, "push +2" );

// Grab values
$ndev->getValue(); // 2.0
$ndev->getType(); // "push +2"

// Nice formatting:
$formatter = new NDeviationFormatter;
echo $formatter( $ndev ); // "𝑵 +2"

// …can cope with strings
echo $formatter( "2.2" ); // "𝑵 +2.2"
echo $formatter( "foo" ); // "foo"

Interfaces

NDeviationInterface

use FilmTools\NDeviation\NDeviationInterface;

public function getValue() : ?float;
public function getType() : ?string;
public function valid() : bool;

NDeviationProviderInterface

use FilmTools\NDeviation\NDeviationInterface;
use FilmTools\NDeviation\NDeviationProviderInterface;

public function getNDeviation() : NDeviationInterface;

The Versions

06/12 2017

dev-master

9999999-dev

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

The Development Requires

06/12 2017

dev-develop

dev-develop

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

The Development Requires

05/12 2017

2.0.5

2.0.5.0

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

05/12 2017

2.0.4

2.0.4.0

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

05/12 2017

2.0.3

2.0.3.0

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

05/12 2017

2.0.2

2.0.2.0

Calculates the deviation for a series of exposures and film densities as against a given 'normal' zone and density.

  Sources   Download

05/12 2017

2.0.1

2.0.1.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

04/12 2017

2.0.0

2.0.0.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

02/12 2017

1.0.7

1.0.7.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

29/11 2017

1.0.6

1.0.6.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

28/11 2017

1.0.5

1.0.5.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

27/11 2017

1.0.4

1.0.4.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

26/11 2017

1.0.3

1.0.3.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

26/11 2017

1.0.2

1.0.2.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download

26/11 2017

1.0.1

1.0.1.0

Calculates 'N' deviation for a series of exposures and film densities, commonly referred to as push and pull processing.

  Sources   Download