You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Minimal change to update link to OpenEXR's new Test Images page. I poked
around a bit to find a "friendlier" variant of the link but could find
none.
Note that the section containing this link implies that folks need to
download these files themselves and should be "placed in a sibling
directory to oiio-testimages". The problem is that not even OpenEXR
lists the repository for the test images nor does the page linked above
offer a download.
Should we list out the openexr-images repo address too and say to just
clone that?
Fixes#4042
---------
Signed-off-by: Jesse Yurkovich <[email protected]>
These images should be placed in a sibling directory to the OpenImageIO
388
-
repository named oiio-testimages.
371
+
There are several projects containing sets of sample images for testing
372
+
OpenImageIO.
373
+
374
+
They are kept separate in order to make the main source code
375
+
tree smaller and simpler for people who don't need the test suite.
376
+
Additionally, some of these packages are maintained outside the OpenImageIO
377
+
project by their respective organizations.
378
+
379
+
| Download | Directory Placement | Notes |
380
+
| --- | --- | --- |
381
+
| git clone https://github.com/AcademySoftwareFoundation/OpenImageIO-images.git|`<path>/../oiio-images`| CMake will download if not present |
382
+
| git clone https://github.com/AcademySoftwareFoundation/openexr-images.git|`<path>/../openexr-images`| CMake will download if not present |
0 commit comments