The document describes a new image compositing algorithm called TOD-Tree for hybrid MPI/OpenMP parallelism. The algorithm has three stages: 1) A direct send stage where nodes are grouped and exchange image regions. 2) A k-ary tree compositing stage to consolidate authoritative regions. 3) A gather stage where results are sent to the display node. Performance results on artificial and combustion datasets show the algorithm generally outperforms existing algorithms like radix-k and binary-swap in a hybrid setting by focusing on communication avoidance and overlapping communication with computation.