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 1212-----
1313
1414- Update Windows release build dependencies to 6.2.1.
15+ - Added compatibility with OpenImageIO 2.4.
1516
161710.4.4.0 (relative to 10.4.3.1)
1718========
Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ class ImageReader::Implementation
166166 if ( !tiled )
167167 {
168168 return input->read_native_deep_scanlines (
169+ 0 , // subimage
170+ 0 , // miplevel
169171 spec->height + spec->y - 1 ,
170172 spec->height + spec->y ,
171173 0 , // first deep sample
@@ -186,6 +188,8 @@ class ImageReader::Implementation
186188 // are doing things correctly, and this is an OIIO bug. For the moment, just read in
187189 // the whole image starting from the origin, because this doesn't crash.
188190 return input->read_native_deep_tiles (
191+ 0 , // subimage
192+ 0 , // miplevel
189193 spec->x , spec->width + spec->x ,
190194 spec->y , spec->height + spec->y ,
191195 0 , 1 , // first deep sample
You can’t perform that action at this time.
0 commit comments