ArticleslgStudy

science

Logluv TIFF

Logluv TIFF is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Logluv TIFF rather than just read about it. In short: LogLuv TIFF is an encoding used for storing high-dynamic-range imaging data inside a TIFF image. It was originally developed by Greg Ward for storing HDR-output of his Radiance physically-based rendering system at a time when storage space was a crucial factor.

Key takeaways

  • Logluv TIFF belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Logluv TIFF to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Logluv TIFF from memory before moving on to harder problems.

Reference excerpt

LogLuv TIFF is an encoding used for storing high-dynamic-range imaging data inside a TIFF image. It was originally developed by Greg Ward for storing HDR-output of his Radiance physically-based rendering system at a time when storage space was a crucial factor. Its implementation in TIFF also allowed the combination with image-compression algorithms without great programming effort. As such it has to be considered a smart compromise between the imposed limitations. It is slightly related to RGBE, the most successful HDRI storage format, an earlier invention of Greg Ward.

Details LogLuv TIFF's design solves two specific problems: storing high-dynamic image data and doing so within a reasonable amount of space. Traditional image formats generally store pixel data in RGB-space occupying 24 bits, with 8 bits for each color component. This limits the representable colors to a subset of all visible and distinguishable colors, introducing quantization and clamping artifacts clearly visible to human observers. Using a triplet of floats to represent RGB would be a viable solution, but it would quadruple the size of the file (occupying 32 bits for each color-component, as opposed to 8 bits). Instead of using RGB, LogLuv uses the logarithm of the luminance and the CIELUV (u’, v’) chromaticity coordinates in order to provide a perceptually uniform color space. LogLuv allocates 8 bits for each of the u’ and v’ coordinates, which allows encoding the full visible gamut with imperceptible step sizes. In order to provide the required high dynamic range with imperceptible luminance steps, LogLuv uses 16 bits to encode a fixed-point base 2 logarithm of the luminance, which allows an EV range of nearly 128 stops. The space occupied by one pixel is thus 32 bits (L16 + U8 + V8), marginally bigger than a standard 8 bit RGB-image.

Extension In an attempt to prevent the expansion of data-size, LogLuv comes in a 24-bit flavour, which in a rather complicated way quantizes lightness to 10 bit and merges U/V into a 14-bit look-up based value.

Usage LogLuv TIFF has widespread use in HDRI applications such as IBL, image-based lighting. Reading and writing of LogLuv TIFF images can be handled via LibTIFF. LibTIFF is freely available in both source and various binary packages for different platforms. Sample images are linked at the end of Greg Ward's paper on the encoding.

See also Tag Image File Format RGBE image format JPEG-HDR CIELUV

Footnotes

References LibTIFF test images. Archived at archive.org. Reinhard, Erik; Heidrich, Wolfgang; Debevec, Paul; Pattanaik, Sumanta; Ward, Greg; Myszkowski, Karol (2010). "Chapter 3: High Dynamic Range Image Encodings". High dynamic range imaging: acquisition, display, and image-based lighting (PDF) (2nd ed.). Burlington, MA: Morgan Kaufmann Publishers/Elsevier. ISBN 978-0-12-374914-7. Archived from the original (PDF) on July 26, 2024. Ward Larson, Greg (1998). "LogLuv Encoding for TIFF Images". Anyhere. Archived from the original on 2025-03-23. Retrieved 2025-04-01. Ward Larson, Gregory (April 6, 2012). "LogLuv Encoding for Full-Gamut, High-Dynamic Range Images". Journal of Graphics Tools. 3 (1): 15–31. doi:10.1080/10867651.1998.10487485. ISSN 1086-7651. Ward Larson, Gregory. "The LogLuv Encoding for Full Gamut High Dynamic Range Images" (PDF). Anyhere. Archived from the original (PDF) on September 6, 2024. Unlocked version of Journal of Graphics Tools article. Ward, Greg. "High Dynamic Range Image Encodings". Archived from the original on March 19, 2025. Retrieved April 1, 2025.

Worked examples

Example 1 — a first encounter with Logluv TIFF

Start with the simplest possible case. Write down what Logluv TIFF claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Logluv TIFF before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Logluv TIFF ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Logluv TIFF

In research
Logluv TIFF appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Logluv TIFF in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Logluv TIFF is common in secondary-school and first-year university syllabi. It links to neighbouring topics High dynamic range file formats, Photographic techniques, Raster graphics file formats, so understanding it makes those chapters shorter.
In everyday life
Look for Logluv TIFF outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Logluv TIFF in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Logluv TIFF means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Logluv TIFF out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Logluv TIFF in simple terms?

LogLuv TIFF is an encoding used for storing high-dynamic-range imaging data inside a TIFF image. It was originally developed by Greg Ward for storing HDR-output of his Radiance physically-based rendering system at a time when storage space was a crucial factor.

Why does Logluv TIFF matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Logluv TIFF?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Logluv TIFF.

Tags

  • High dynamic range file formats
  • Photographic techniques
  • Raster graphics file formats

Keep exploring