Polaroid image manipulation in ASP.NET
In this experiment I show how to take an URL of a regular image and then return a manipulated image with the looks of a Polaroid picture. In other words, it requires retrieving and loading the image provided in the text box into memory, convert the text provided in the text box into a graphic, load a background image into memory and then putting it all together. Finally, rotate the finished image in memory and return to the browser as a binary stream. All this on the fly… [button link=”http://old.miguelmoreno.net/sandbox/polaroid/default.aspx” color=”#FFFFCC” size=”1″ style=”4″ dark=”1″]read...
Read More