File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -453,16 +453,6 @@ class ImageReader::Implementation
453453 {
454454 m_inputFileName = m_reader->fileName ();
455455
456- // Store the miplevels that the file natively supports. We do
457- // this as OIIO returns a different value once automip is turned
458- // on.
459- m_cache->get_image_info (
460- m_inputFileName,
461- 0 , 0 , // subimage, miplevel
462- ustring ( " miplevels" ),
463- TypeDesc::TypeInt, &m_miplevels
464- );
465-
466456 // Get the fileFormat and store the current and linear color spaces
467457 // We do this so we can perform color conversion on the image after
468458 // loading the data.
@@ -522,7 +512,6 @@ class ImageReader::Implementation
522512 ustring m_inputFileName;
523513 std::string m_currentColorSpace;
524514 std::string m_linearColorSpace;
525- int m_miplevels;
526515
527516};
528517
You can’t perform that action at this time.
0 commit comments