Home Authors Posts by Raúl Ribeiro

Raúl Ribeiro

Raúl Ribeiro
0 POSTS 0 COMMENTS

Create ThumbNail from image byte[]

0
private byte GenerateThumbNail(byte foto){ System.IO.MemoryStream memStream = new System.IO.MemoryStream(foto); int thumbWidth = 88; int thumbHeight = 100; if (QueryStringHelper.ItemType == "detail"){ thumbWidth = 250;thumbHeight...