If i want to Convert ImageSource to byte[], is it possible to know max dimensions it can take?
So i am working on a wpf application and when i pick an image it gets converted to byte[] as editvalue. However when we uploaded 3000x4000 dimension photo the system couldnt take it and after debugging i found out it is because of the conversion so is there any way i can know what is max dimensions a byte[] can take ? Thanks in advance
2 Replies