Page Menu
Home
Search
Configure Global Search
Log In
Files
F18907
tiff.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
David M (erwin94)
Nov 13 2013, 4:12 PM
Size
534 B
Subscribers
None
tiff.patch
View Options
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
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f4/01/ef828a65f475de7e54140b6b3758
Event Timeline
Log In to Comment