Skip to content

Commit

Permalink
Extend multipart RgbaInputFile API (#1201)
Browse files Browse the repository at this point in the history
* RgbaInputFile: Multipart support test

Signed-off-by: Balazs OROSZI <[email protected]>

* extend multipart RgbaInputFile API

Signed-off-by: Peter Hillman <[email protected]>

* remove RgbaInputFile friend from MultiPartInputFile

Signed-off-by: Peter Hillman <[email protected]>

* fix test failure: test all parts for completion

Signed-off-by: Peter Hillman <[email protected]>

* add missing export to ImfRgbaFile.h

Signed-off-by: Peter Hillman <[email protected]>

* add multipart Rgba support to Imf::CheckFile

Signed-off-by: Peter Hillman <[email protected]>

Co-authored-by: Balazs OROSZI <[email protected]>
  • Loading branch information
peterhillman and ignus2 authored Jan 18, 2022
1 parent 236c4b2 commit a29fa05
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 236 deletions.
2 changes: 0 additions & 2 deletions src/lib/OpenEXR/ImfMultiPartInputFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ class IMF_EXPORT_TYPE MultiPartInputFile : public GenericInputFile
friend class ScanLineInputFile;
friend class DeepScanLineInputFile;
friend class DeepTiledInputFile;

friend class RgbaInputFile;
};


Expand Down
Loading

0 comments on commit a29fa05

Please sign in to comment.