Skip to content

Commit 544b7ee

Browse files
authored
Fix link to openexr test images (#4080)
## 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]>
1 parent f29d6c1 commit 544b7ee

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

INSTALL.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -368,24 +368,21 @@ produce a dynamic-linked version.
368368
Test Images
369369
-----------
370370

371-
We have yet another project containing a set of sample images for testing
372-
OpenImageIO. We split test images into a separate project in order to make
373-
the main source code tree smaller and simpler for people who don't need the
374-
test suite.
375-
376-
git clone https://github.com/AcademySoftwareFoundation/OpenImageIO-images.git
377-
378-
Also, there are collections of images for some of the file formats we
379-
support, and make test expects them to also be present. To run full tests,
380-
you will need to download and unpack the test image collections from:
381-
382-
* http://www.simplesystems.org/libtiff/images.html
383-
* http://www.openexr.com/downloads.html
384-
* http://www.itu.int/net/ITU-T/sigdb/speimage/ImageForm-s.aspx?val=10100803
385-
* http://www.cv.nrao.edu/fits/data/tests/
386-
387-
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 |
383+
| http://www.cv.nrao.edu/fits/data/tests/ | `<path>/../fits-images` | Manual download required |
384+
| https://www.itu.int/net/ITU-T/sigdb/speimage/ImageForm-s.aspx?val=10100803 | `<path>/../j2kp4files_v1_5` | Manual download required |
385+
Where `<path>` is the location of the main `OpenImageIO` repository.
389386

390387
You do not need any of these packages in order to build or use
391388
OpenImageIO. But if you are going to contribute to OpenImageIO

0 commit comments

Comments
 (0)