OpenDCX

Deep Compositing Extended

OpenDCX 2.2.2 documentation

DeepImageTile

DeepImageInputTile

class DeepImageInputTile : public DeepTile, public ImageFormat

Adapter class for an input DeepImage tile.

Contains an array of TypedDeepImageChannel pointers, one for each ChannelIdx entry. Unassigned channels are left NULL.

TODO: Disconnect this from DeepImageLevel and DeepImageChannel so
we can better manage the deep IO.
TODO: support multiple DeepImages/Headers so that multiple Parts
can be combined into a single DeepPixel.

DeepImageOutputTile

class DeepImageOutputTile : public DeepTile, public ImageFormat

Adapter class for an output DeepImage tile.

TODO: Disconnect this from DeepScanLineOutputFile so we can better
manage the deep IO.
TODO: support multiple DeepImages/Headers so that multiple Parts
can be combined into a single DeepPixel.