New features Please use http://kentico.uservoice.com as the primary place to submit your suggestions and allow others to vote for your ideas!
Version 4.x > New features > GetImage method in transformations View modes: 
User avatar
Member
Member
ctaleck IPAGlobal - 5/20/2009 1:24:38 PM
   
GetImage method in transformations
A useful parameter to add for the GetImage method would be alignment:
<%# GetImage("NewsTeaser", 200, 200, 100, "image", "right") %>
would produce:
<img border="0" src="/getattachment/f2fba9c6-017b-44bd-a89c-286b1f807d65/image.aspx" alt="image" width="200" height="100" align="right" />

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 5/21/2009 8:30:33 AM
   
RE:GetImage method in transformations
Hi,

For this you can add a custom function to the transformation where you will use the default one and you will add to the output the parameters you need.

Best Regards,
Juraj Ondrus