Add Signature to your Digital Photographs

Version 1.0.0.0 (860 Bytes) by Anoop Sadani
This function can be used to -"Add signatures to your photographs"
3.5K Downloads
Updated 24 Mar 2004

No License

This function can be used to
1) Personalise your photographs
2) Add signatures to your photographs

The input to this function are two pictures -
Input 1: your photograph
Input 2: your signature

Note : 1) These two pictures should be passed to the function in the correct order.
2) signature image (Input 2) should be smaller in size to Input 1.
3) In the 'signature' image (Input 2) - signature should be darker than the background (say, for example, the foreground i.e. signature is black and background is white)

The output is a single image with your signature on top of the photograph. cooooool, isn't it??


Example :
% Consider two images - (1) picture.bmp (2) signature.bmp (Your picture files can have any name)
output=signature_photograph('picture.bmp','signature.bmp');
imshow(uint8(output));

Save this file in MATLAB\Work directory and type "help signature_photograph" at the MATLAB command prompt.

Try it out!!

Cite As

Anoop Sadani (2024). Add Signature to your Digital Photographs (https://www.mathworks.com/matlabcentral/fileexchange/4656-add-signature-to-your-digital-photographs), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0