View Single Post
Old 27th January 2012, 14:55   #98  |  Link
DrPhill
Registered User
 
Join Date: Dec 2011
Location: West Somerset, UK
Posts: 130
I have created a new plugin in C. It adds a 'watermark' to a video.

A 'watermark' deforms the image as if it were 'embossed' into it. Teh watermark is defined by the user as a black and white image (still or moving). The intensity of the effect is controllable through parameters.

This filter currently only works in RGB32, and has not been exhaustively tested, though it is known to work on at least three machines.

I would dearly like someone with real C skills to check the code for obvious bugs, portability issues and general silliness.......

The source and release are available from SourceForge.

Any and all comments, feedback and suggestions are welcome, but preferably to this thread as I have email notification on it.

Example of output

Thanks

Last edited by DrPhill; 27th January 2012 at 15:06. Reason: Added link to an example
DrPhill is offline   Reply With Quote