Image Transform (Built-in Patch) in Modifier, Utility

Transforms an image applying scaling, rotation and translation.

Input Attributes
  • Image - The image to transform.
  • Origin X - X coordinate in pixels of the origin of the transformation.
  • Origin Y - Y coordinate in pixels of the origin of the transformation.
  • Scaling X - X scaling factor of the transformation.
  • Scaling Y - Y scaling factor of the transformation.
  • Rotation - Rotation angle of the transformation.
  • Translation X - Translation amount in pixels of the transformation on the X axis.
  • Translation Y - Translation amount in pixels of the transformation on the Y axis.
Output Attributes
  • Transformed Image - The transformed image.
0 videos
1 comment
Bf9a01b6ccc05dea53134f59ff712fee
9f6452d2cc113f8c70248152e25e02f2
mikebrand at 2011-04-14 03:44:20

I'm having trouble with this filter. I'm trying to get text to follow a circular path, however this is going to be projected onto a table so the base of the text has to be on the outside of the circle. What I have tried doing is having an image with string path followed by an image transform and then goes to a circular wrap distortion and then a sprite.

As far as I can tell I need the image transform to rotate the image 180° so that the text is the right way up, however doing this quite often makes the text just disappear. It seems to disappear in different places in the composition at different times. So sometimes it gets all the way to the circular wrap with the text being upside down, and sometimes it seems like there is no output from the Image with String patch. Has anyone had any experience with similar issues?