I am using CropUp which is a component based on ImageResizer for Umbraco.
I would like to be able to write a short message on every image, placed in the bottom right hand corner.
I know there is a plugin (Watermark) that does this, but the website I am working on is for my local village can they cannot afford the $499 licence fee. So, I am looking to see if I can write my own.
They provide an example of how to start writing a plugin (http://imageresizing.net/docs/extend/basics), but I am not sure how to "get hold of" the image and then "return it" once the text has been added!
I am using ImageResizer / CropUp (https://cropup.codeplex.com/) to create a cropped image of a source image - that is part of CropUp - I need to add text to the cropped image. There isn't a physical image on disk to work with.