Bytescout.Watermarking
|
How to customize "Simple Text" watermark preset settings to add a customized watermark to a picture using Bytescout.Watermarking SDK for .NET developers in .NET application (C#, VB or ASP.NET) You can also use EXIF macros to watermark images with their extended information. See this sample to view tutorial Download source code: watermarkingsdk_simple_text_preset_advanced.zip (240 KB) Input image:
Output image:
using System; namespace Sample // Initialize library // Set input file name // Add image to apply watermarks to // Create new watermark // Set watermark text // Set watermark font // Set watermark text color // Set text transparency // Set watermark placement // Add watermark to watermarker // Set output directory // Set output format // Apply watermarks // open generated image file in default image viewer
installed in Windows Download source code: watermarkingsdk_simple_text_preset_advanced.zip (240 KB) You can also use EXIF macros to watermark images with their extended information. See this sample to view tutorial Quick Start tutorials:
Tutorials (Presets): Advanced Tutorials (using presets with advanced settings): |
|
|
||