OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.

Results 280 OpenImageIO issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description Adds support for`pip install OpenImageIO` requested in #3249 ## Tests ## Checklist: - [x] I have read the [contribution guidelines](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/CONTRIBUTING.md). - [ ] I have updated the documentation,...

python

Hey Larry, So this isn't really a problem in practice, but it seems the algorithm is referred to as "pull push" by atleast a few papers. I just noticed that...

``` (base) xzz@PC-20210508BTWQ:/mnt/e/WSL/OpenImageIO$ cmake -B build -- Configuring OpenImageIO 2.6.0.0 -- CMake 3.16.3 -- CMake system = Linux-4.4.0-19041-Microsoft -- CMake system name = Linux -- Project source dir = /mnt/e/WSL/OpenImageIO...

**Describe the bug** I need to build without internet connection. So I build and install dependencies manuelly. You download Robinmap [here](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/f4e7ac1407ddd7d1119a70f64e394ab28ff9a0c7/src/cmake/externalpackages.cmake#L298C1-L298C76): ```cmake set (ROBINMAP_GIT_REPOSITORY "https://github.com/Tessil/robin-map") ``` You use a [very...

## Description Convert C++ and Python examples from the "Image transformations and data movement" section of the "imagebufalgo" chapter into tests within the "docs-examples" testsuites (#3992). Update 'oiiotool' tabs to...

OIIO currently supports `DXGI_FORMAT_BC7_UNORM` but not `DXGI_FORMAT_BC7_UNORM_SRGB`. The DDS reader reports `Unsupported compression type` for the latter. Here's an example DDS file in that format: [example_BC7_UNORM_SRGB.dds.zip](https://github.com/AcademySoftwareFoundation/OpenImageIO/files/13230358/example_BC7_UNORM_SRGB.dds.zip) (GitHub forced me to...

**To Reproduce** Use oiiotool (2.5.4.0, or really any version AFAICT) to convert this [DPX file](https://github.com/AcademySoftwareFoundation/OpenImageIO/files/13207430/RL01_00411952.dpx.zip) to a jpg or any other format. Notably OIIO thinks this is a single-channel image....

I have issues building OpenImageIO, with linker errors missing all the Imf_3_2:: symbols. I'm building on a brand new Ubuntu 22.04 LTS install, which was installed from scratch just before...

## Description This PR address the docs files with accompanying examples #3992. The initial commit has c++ only to check if the PR is on the right track. Python can...

There is a new helper function, ImageInput::check_open(), that can be used by ImageInput::open() implementations to do some sanity checking to try to discover which files have certain header values so...

file formats
good first issue
help wanted
Dev Days
devdays24