How to Reduce image(resize) base 64 image string below 64000 bytes

  • Thread starter Thread starter Learning Rocks
  • Start date Start date
L

Learning Rocks

Guest
Hello Everyone,

I have an image binary data(base64 encoded string) to show in android(mobile) device. Mobile device won't allow if it's size exceeds 64000 bytes. How to resize that image binary data(base 64 encoded string) to show in mobile using c# without exceeding 64000 bytes.

please share any reference to reduce base 64 encoded string of an image.


Thanks

Continue reading...
 
Back
Top