1

Currently, I have this:

Current diagram

However, I need space!:!enter image description here

As you can see above, I need space to write text on the right, while keeping the background gradient. I had a look here: How can I resize/move the "canvas" of an image in the compositor? But it doesn't seem to work.

This is an example of my current compositing: https://i.stack.imgur.com/lWjrQ.png .blend file: http://www.filedropper.com/xtruder22_1

Many Thanks

Turbo
  • 1,145
  • 4
  • 13
  • 30

1 Answers1

6

You can use the Transform node, for example:

enter image description here

Leon Cheung
  • 27,718
  • 11
  • 89
  • 161
  • Wait, did you make a text object in blender or did you edit the image? Thanks :) – Turbo Dec 27 '13 at 18:12
  • @TimTimmy The text part was captured from yur quesion. :P you can either make it on the BG image. or put it in a separate render layer (or scene), then use another set of Transform and Mix (or Alpha Over) node to composite further (Another Transform node may be needed, too). – Leon Cheung Dec 28 '13 at 03:47