Guest User

Untitled

a guest
Oct 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2. # Apply watermark to images in frame 110
  3.  
  4. tt_content.image.20.1.file >
  5. tt_content.image.20.1.file = GIFBUILDER
  6. tt_content.image.20.1.file {
  7. format = jpg
  8. XY = [10.w],[10.h]+70
  9. # The background color of the image/content
  10. backColor = #000000
  11. 10 = IMAGE
  12. 10.file {
  13. import.current = 1
  14. width.field = imagewidth
  15. #maxW = {$styles.content.imgtext.maxW}
  16. #maxW.override.data = register:maxImageWidth
  17. #maxWInText = {$styles.content.imgtext.maxWInText}
  18. #maxWInText.override.data = register:maxImageWidthInText
  19. }
  20.  
  21. 20 < .10
  22. 20.offset = 0,[10.h]
  23. 20.file {
  24. 20 = EFFECT
  25. 20.value = flip | blur=30
  26. }
  27. 20.if.value = 110
  28. 20.if.equals.field = section_frame
  29. }
Add Comment
Please, Sign In to add comment