Extend Format to Bounding box, restore original Format.

This more a personal reminder than anything else but I thought I might as well store it here instead of my notes.

This is intended to ease the use of notes and gizmos that handle out of format pixels poorly. It extends the format to the whole boundingbox and then restores it to its original size, allowing you to do whatever needs doing in the middle.

Screenshot_2020-01-13_13-16-07.png
Crop { box {{input.bbox.x} {input.bbox.y} {input.bbox.r} {input.bbox.t}} reformat true crop false name Crop_toBB selected true xpos 20 ypos -94 addUserKnob {20 User} addUserKnob {14 wh R 0 100} wh {{input.width} {input.height}} } NoOp { name NoOp label "Whatever needs\ndoing on the full\nBbox" selected true xpos 20 ypos -50 } Transform { translate {{parent.Crop_toBB.box.x} {parent.Crop_toBB.box.y}} name Transform_toOrgn selected true xpos 20 ypos 56 } Reformat { type "to box" box_width {{parent.Crop_toBB.wh.w}} box_height {{parent.Crop_toBB.wh.h}} box_fixed true resize none center false pbb true name Reformat_toPrevForm selected true xpos 20 ypos 80 }