Hello All, First post so be kind !
Senario - User using whatever image tool they prefer selects a portion of an image and copies it to the clipboard. I can get data using the Clipboard.GetDataObject() method into a byte() but am unsure how to get that array of pixels into a newBitMapSource so it can be used as the source for a BitMapImage, given that I don't know the height & width selected or the original image type. Ideally it would be nice to offer my user a choice of save to JPEG or PNG or BMP etc. Any assistance and/or hints would be appreciated. Thanks, Jim
