Are you a current user of our image to image service at Encoding.com?
See the example XML below to add a watermark to your images:
<?xml version="1.0"?> <query> <format> <!-- Format fields --> <output>image</output> <image_format>jpg</image_format> <resize_method>resize</resize_method <size>560x420</size> <keep_aspect_ratio>yes</keep_aspect_ratio> <quality>75</quality> <sharpen_radius>1</sharpen_radius> <sharpen_sigma>0.5</sharpen_sigma> <remove_metadata>no</remove_metadata> <logo> <logo_source/> <logo_x>100</logo_x> <logo_y>0</logo_y> <logo_mode>0</logo_mode> <logo_threshold>CCCCCC</logo_threshold> </logo> <!-- Destination fields --> <destination>[DestFile]</destination> </format> </query>
Full documentation on how to formulate an XML for image2image transfer here.