Example code:
KalikoImage img = new KalikoImage(new MemoryStream(imgBytes));
img.BlitFill(@"C:\watermark.png");
MemoryStream ms = new MemoryStream();
img.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Jpeg);
return ms.ToArray();
What is the expected output? What do you see instead?
Image should have the BlitFill image overlaid. Saving the KalikoImage.Image to
a bytearray does not have the image overlaid.
What version of the product are you using? On what operating system?
1.2.4
Original issue reported on code.google.com by hostmas...@referencepoint.co.uk on 4 Jan 2013 at 4:09
Original issue reported on code.google.com by
hostmas...@referencepoint.co.uk
on 4 Jan 2013 at 4:09