summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:45:46 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:45:46 -0700
commitd6d2e18e7221fd691c52dcad749e9960a1bcb2e1 (patch)
tree6d3d2b93fec344e538e38c7915614425820916de
parent314d4d8d2906fb4cbd14d416972dec0bea9da834 (diff)
moin2mdwn: convert page HdrRenderingDescription
-rw-r--r--HdrRenderingDescription.mdwn39
-rw-r--r--HdrRenderingDescription.moin35
2 files changed, 39 insertions, 35 deletions
diff --git a/HdrRenderingDescription.mdwn b/HdrRenderingDescription.mdwn
new file mode 100644
index 00000000..3e9c9d0f
--- /dev/null
+++ b/HdrRenderingDescription.mdwn
@@ -0,0 +1,39 @@
+
+High Dynamic Range (HDR) images must be converted to Low Dynamic Range (LDR) to display properly on print media and traditional TV's and Monitors. For better prediction of the colour appearance, a way to describe the algorithm used on the authors side seems desirable. With such a description a viewer can display the HDR content accordingly to the remote media capabilities.
+
+[[!toc 2]]
+
+
+# Links
+
+
+## Algorithms
+
+* [[Reinhard|http://www.cs.utah.edu/~reinhard/cdrom/source.html]] C
+* [[iCAM|http://www.cis.rit.edu/mcsl/icam/hdr/]]
+* [[Fast Bilateral Filtering|http://people.csail.mit.edu/fredo/PUBLI/Siggraph2002/]]
+* [[A Visibility Matching Tone Reproduction Operator for High Dynamic Range Scenes|http://www.anyhere.com/gward/pixformat/Larsonetal.html]] G.W.Larson
+ * [[Radiance package|http://www.radiance-online.org/]]
+* some more can be found on the wikipedia tonemapping link below
+
+## Articles
+
+* [[Tonemapping|http://en.wikipedia.org/wiki/Tone_mapping]]
+* [[HDRI|http://en.wikipedia.org/wiki/High_dynamic_range_imaging]]
+* [[HDRR|http://en.wikipedia.org/wiki/High_dynamic_range_rendering]]
+* [[Shaders|http://en.wikipedia.org/wiki/Shading_language]]
+* HDSL/Cg ...
+* [[Greg Ward's site|http://www.anyhere.com/gward/]] not to forget
+* [[Tonemapping operator overview|http://dativ.at/logmap/]]
+* [[Evaluation of tone mapping operators|http://moon.felk.cvut.cz/~cadikm/tmo/]] at CTU in Prague
+
+## Related Projects
+
+* [[OpenIccForGoogleSoC2007|OpenIccForGoogleSoC2007]]
+* [[exrtools|http://scanline.ca/exrtools/]] C++
+* [[OpenEXR|http://www.openexr.com]] C++
+* [[pfstmo|http://www.mpii.mpg.de/resources/tmo/]] C++
+* [[Qtpfsgui|http://qtpfsgui.sourceforge.net/]] C++
+* [[Programming links|http://people.csail.mit.edu/sparis/#code]]
+
+-> back to [[OpenIcc|OpenIcc]]
diff --git a/HdrRenderingDescription.moin b/HdrRenderingDescription.moin
deleted file mode 100644
index 95a87107..00000000
--- a/HdrRenderingDescription.moin
+++ /dev/null
@@ -1,35 +0,0 @@
-High Dynamic Range (HDR) images must be converted to Low Dynamic Range (LDR) to display properly on print media and traditional TV's and Monitors. For better prediction of the colour appearance, a way to describe the algorithm used on the authors side seems desirable. With such a description a viewer can display the HDR content accordingly to the remote media capabilities.
-
-<<TableOfContents(2)>>
-
-= Links =
-
-== Algorithms ==
- * [[http://www.cs.utah.edu/~reinhard/cdrom/source.html|Reinhard]] C
- * [[http://www.cis.rit.edu/mcsl/icam/hdr/|iCAM]]
- * [[http://people.csail.mit.edu/fredo/PUBLI/Siggraph2002/|Fast Bilateral Filtering]]
- * [[http://www.anyhere.com/gward/pixformat/Larsonetal.html|A Visibility Matching Tone Reproduction Operator for High Dynamic Range Scenes]] G.W.Larson
- [[http://www.radiance-online.org/|Radiance package]]
- * some more can be found on the wikipedia tonemapping link below
-
-== Articles ==
- * [[http://en.wikipedia.org/wiki/Tone_mapping|Tonemapping]]
- * [[http://en.wikipedia.org/wiki/High_dynamic_range_imaging|HDRI]]
- * [[http://en.wikipedia.org/wiki/High_dynamic_range_rendering|HDRR]]
- * [[http://en.wikipedia.org/wiki/Shading_language|Shaders]]
- * HDSL/Cg ...
- * [[http://www.anyhere.com/gward/|Greg Ward's site]] not to forget
- * [[http://dativ.at/logmap/|Tonemapping operator overview]]
- * [[http://moon.felk.cvut.cz/~cadikm/tmo/|Evaluation of tone mapping operators]] at CTU in Prague
-
-== Related Projects ==
- * OpenIccForGoogleSoC2007
- * [[http://scanline.ca/exrtools/|exrtools]] C++
- * [[http://www.openexr.com|OpenEXR]] C++
- * [[http://www.mpii.mpg.de/resources/tmo/|pfstmo]] C++
- * [[http://qtpfsgui.sourceforge.net/|Qtpfsgui]] C++
-
-* [[http://people.csail.mit.edu/sparis/#code|Programming links]]
-
-
--> back to OpenIcc