You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 4 Jan 2013 at 4:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Jan 2013 at 4:09The text was updated successfully, but these errors were encountered: