home.social

#openimageio — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #openimageio, aggregated by home.social.

  1. For #FreeSoftwareAdvent I'd like to post about open source tools that we're using in our #VFXPipeline.

    On Dec. 5th let's start with #OpenImageIO (openimageio.readthedocs.io/en/).

    It's a C++ library and Python module for image processing. Unlike old projects (i.e. ImageMagick) it is aimed at modern VFX workflows (OpenEXR, speed).
    We're just using its cli tool for reading and rewriting metadata, combining AOVs or creating thumbnails and text overlays.

  2. It's been a week now but #OpenImageIO now ships official python wheel published on PyPI !
    This is a huge win for #vfx techies, especially as the wheels also ships the super useful oiiotool program for image processing !
    'Installing' oiiotool is as simple as:
    - download uv tool: github.com/astral-sh/uv/releas
    - use uv to install OpenImageIO:
    ```
    D:\path\to\uv.exe pip install OpenImageIO --target D:\wherever\you\want
    # oiiotool.exe is in D:\wherever\you\want\OpenImageIO\bin
    ```

  3. Hey! Is anyone interested in working on some foundational libraries used in the CG industry? Then check out the Academy Software Foundation's new event called Dev Days! You can get more information here: sites.google.com/view/aswfdevd

    #VFX #Programming #ASWF #MaterialX #OpenColorIO #OpenImageIO #OpenEXR

  4. #Blender 3.5 added very interesting bundled library to its python interpreter ! Like #OpenImageIO which has no official shared builds for #Python and Windows.
    So if you really need to get OIIO fast, you could use it from the blended python interpreter !

    wiki.blender.org/wiki/Referenc