File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 12
12
-----
13
13
14
14
- Update Windows release build dependencies to 6.2.1.
15
+ - Added compatibility with OpenImageIO 2.4.
15
16
16
17
10.4.4.0 (relative to 10.4.3.1)
17
18
========
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ class ImageReader::Implementation
166
166
if ( !tiled )
167
167
{
168
168
return input->read_native_deep_scanlines (
169
+ 0 , // subimage
170
+ 0 , // miplevel
169
171
spec->height + spec->y - 1 ,
170
172
spec->height + spec->y ,
171
173
0 , // first deep sample
@@ -186,6 +188,8 @@ class ImageReader::Implementation
186
188
// are doing things correctly, and this is an OIIO bug. For the moment, just read in
187
189
// the whole image starting from the origin, because this doesn't crash.
188
190
return input->read_native_deep_tiles (
191
+ 0 , // subimage
192
+ 0 , // miplevel
189
193
spec->x , spec->width + spec->x ,
190
194
spec->y , spec->height + spec->y ,
191
195
0 , 1 , // first deep sample
You can’t perform that action at this time.
0 commit comments