- In Nuke 7, calling .width on a DeepRead seems to return the width of the
active format in the project settings, and not the width of the actual node.
- This is partially fixed in Nuke 8, where it returns the width of the node, MINUS
one pixel.
- Using a DeepToImage node seems to be the only way to get those expressions to
return the node's width. But again, it returns the width MINUS one pixel."
"- Lastly, Using a DeepReformat with no transformation seems to be the only way to
kick things into place. From that point on, expressions do report the correct width."