Actions
Bug #8094
closedClient side image resizing of PNG images results in large image
Description
Client side resizing of PNG images is resulting in a large image than was uploaded or there's an issue in the file object with size property being set incorrectly.
Updated by beat over 4 years ago
- Target version changed from CB 2.4.6 to CB 2.4.7
Updated by krileon about 4 years ago
- Priority changed from Normal to Low
Unable to confirm. Even massive 1mb images scaled down fine as a 20kb image. Can't see any reason for this to go wrong and scale the image larger. This means it may just be entirely a jQuery validation problem seeing wrong filesize (probably validating against the original filesize).
Updated by krileon about 4 years ago
Confirmed the issue is entirely a problem with the jQuery validation triggering against the original filesize instead of against the client side resized image.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1589
Actions