- Apr 18, 2020
-
-
ThibG authored
Some browsers (at least recent Chrome versions) automatically take image metadata into account when drawing images into a canvas. There seem to be no way to prevent that behavior, and the only way to detect it seems to compare with a known image. See: https://github.com/w3c/csswg-drafts/issues/4666 Solution adapted from: https://github.com/blueimp/JavaScript-Load-Image/commit/1e4df707821a0afcc11ea0720ee403b8759f3881
-
- Aug 17, 2019
-
-
Stanislas authored
-
- Aug 15, 2019
-
-
ThibG authored
Fixes #11567
-
- Aug 06, 2019
-
-
ThibG authored
Fixes #11496
-
- Feb 02, 2019
-
-
Acid Chicken authored
* Add WebP support * Remove the changes to the tooltip refs: https://github.com/tootsuite/mastodon/pull/9879#pullrequestreview-199312528
-
- Jul 28, 2018
-
-
Eugen Rochko authored
To improve the way super tall or super ride images are treated, the numbers remain the same, 1280x1280 and 400x400, but if an image is less in one dimension than the other, the other can become larger Thanks to @WAHa_06x36@mastodon.social for the tip
-
- May 16, 2018
-
-
Eugen Rochko authored
Fix #7487
-
- May 09, 2018
-
-
Yamagishi Kazutoshi authored
-
- Apr 23, 2018
-
-
Yamagishi Kazutoshi authored
- Use URL.createObjectURL (replace from FileReader) - Use HTMLCanvasElement.prototype.toBlob (replace from HTMLCanvasElement.prototype.toDataURL) - Use Promise (replace callback interface)
-