Bytescout.Watermarking
|
This sample demonstrates how to use EXIF macros to add extended information about photo as annotation using Bytescout.Watermarking SDK for .NET EXIF macros are available for use with all presets. In this example we will use Annotation preset. Full list of supported EXIF and file information macros is available here Download source code: watermarkingsdk_annotation_macros.zip (170 KB) Output image:
using System; namespace Sample // Initialize library // Set input file name // Add image to apply watermarks to // Create new watermark // Set text with macros
waterMarker.OutputOptions.OutputDirectory = "."; // Apply watermarks // open generated image file in default image viewer
installed in Windows Download source code: watermarkingsdk_annotation_macros.zip (170 KB) Full list of supported macros is available here
Documentation online: view (separate window)
Tutorials (using different watermarking presets): Advanced Tutorials (using presets with advanced settings): |
|
|
||