diff -r 5b37998e522e -r 162c1de6545a web/lib/Zend/Measure/Lightness.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/lib/Zend/Measure/Lightness.php Fri Mar 11 15:05:35 2011 +0100 @@ -0,0 +1,80 @@ + array('0.31830989', 'asb'), + 'BLONDEL' => array('0.31830989', 'blondel'), + 'CANDELA_PER_SQUARE_CENTIMETER' => array('10000', 'cd/cm²'), + 'CANDELA_PER_SQUARE_FOOT' => array('10.76391', 'cd/ft²'), + 'CANDELA_PER_SQUARE_INCH' => array('1550.00304', 'cd/in²'), + 'CANDELA_PER_SQUARE_METER' => array('1', 'cd/m²'), + 'FOOTLAMBERT' => array('3.4262591', 'ftL'), + 'KILOCANDELA_PER_SQUARE_CENTIMETER' => array('10000000', 'kcd/cm²'), + 'KILOCANDELA_PER_SQUARE_FOOT' => array('10763.91', 'kcd/ft²'), + 'KILOCANDELA_PER_SQUARE_INCH' => array('1550003.04', 'kcd/in²'), + 'KILOCANDELA_PER_SQUARE_METER' => array('1000', 'kcd/m²'), + 'LAMBERT' => array('3183.0989', 'L'), + 'MILLILAMBERT' => array('3.1830989', 'mL'), + 'NIT' => array('1', 'nt'), + 'STILB' => array('10000', 'sb'), + 'STANDARD' => 'CANDELA_PER_SQUARE_METER' + ); +}