Page MenuHome

tiff.patch

Authored By
David M (erwin94)
Nov 13 2013, 4:12 PM
Size
534 B
Subscribers
None

tiff.patch

Index: source/blender/imbuf/intern/tiff.c
===================================================================
--- source/blender/imbuf/intern/tiff.c (revision 46364)
+++ source/blender/imbuf/intern/tiff.c (working copy)
@@ -464,7 +464,7 @@
_TIFFfree(sbuf);
if (success) {
- ibuf->profile = (bitspersample==32)?IB_PROFILE_LINEAR_RGB:IB_PROFILE_SRGB;
+ ibuf->profile = (bitspersample>=16)?IB_PROFILE_LINEAR_RGB:IB_PROFILE_SRGB;
// Code seems to be not needed for 16 bits tif, on PPC G5 OSX (ton)
if (bitspersample < 16)

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f4/01/ef828a65f475de7e54140b6b3758

Event Timeline