Actions
Bug #9581
openClient side image resizing is passing a system default compressed image to the BLOB file
Description
This can result in double compression. 75% client side then 75% server side. Client side resizing should be passing a 100% (lossless) compression to the BLOB file as we'll let the server side handle further compression. Client side is meant for resizing NOT compression.
Actions