Houdini 19.5 Nodes TOP nodes

Labs Extract Image Metadata 1.0 TOP node

Extract image metadata using iinfo.

This node will extract image metadata from input images that have a file/image tag attached to them, and store them as attributes. This is useful for filtering workitems based on various image metadata.

Note

This node calls the utility tool called iinfo which ships with Houdini. It does so with subprocess in python.

Parameters

Resolution as int

When enabled, the original string containing resolution will be split into two separate integer attributes. (“10 x 5” → 10, 5)

Channels as int

When enabled, the original string containing channel data will be split into two separate integer attributes. (“8 x 4 (32 bpp)” → 8, 4)

TOP nodes