// // SPDX-License-Identifier: BSD-3-Clause // Copyright (c) Contributors to the OpenEXR Project. // #include #include #include using namespace OPENEXR_IMF_NAMESPACE; int main() { int width = 100; int height = 50; Array2D pixels(height, width); for (int y=0; y