X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=www%2Fhigh-dynamic-range.html;h=47900145f8430c9dfdfe39af2b85912c8a76a9c3;hb=e9a32c3a7f2e79afe8d244eeda396b66473ebb75;hp=f632df5d92c17b4c96b87850ada5f393cadfd8b4;hpb=4f354966477340cf9debf006b025554b237b74cf;p=imagemagick diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html index f632df5d9..47900145f 100644 --- a/www/high-dynamic-range.html +++ b/www/high-dynamic-range.html @@ -1,15 +1,19 @@ - - + + - ImageMagick: High Dynamic-Range Images + ImageMagick: High Dynamic-Range Images - + @@ -19,29 +23,52 @@ - + - + + + + + +
- - [ImageMagick] - - [sponsor] +
+ + +
- + ImageMagick Logo -
@@ -60,6 +87,9 @@
Mac OS X
+
+ iPhone +
Windows
@@ -89,7 +119,7 @@ PerlMagick
- Magick++ + Magick++
- Links + Links
- - +
+

ImageMagick High Dynamic-range Imaging

-

Introduction to High Dynamic-Range Images

+

High dynamic-range imaging (HDRI) permits a far greater dynamic range of exposures (i.e. a large difference between light and dark areas) than standard digital imaging techniques. HDRI accurately represents the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows. The HDR imaging approach includes:

@@ -184,7 +214,7 @@
-

Enabling HDRI in ImageMagick

+

Enabling HDRI in ImageMagick

By default, image pixels in ImageMagick are stored as unsigned values that range from 0 to the quantum depth, which is typically 16-bits (Q16). With HDRI enabled, the pixels are stored in a floating-point representation and can include negative values as well as values that exceed the quantum depth. A majority of digital image formats do not support HDRI, and for those images any pixels outside the quantum range are clamped before they are stored.

@@ -211,7 +241,7 @@