browser-image-compression icon indicating copy to clipboard operation
browser-image-compression copied to clipboard

Image compression in web browser

Results 66 browser-image-compression issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

# Why According to `index.d.ts`, the `imageCompression(compress)` function is expected to return a File object. https://github.com/Donaldcwl/browser-image-compression/blob/d933bc8e483a9853ed2b57338e035e8c45e40dc7/lib/index.d.ts#L32 However, it currently returns a Blob object rather than a File. This Blob is...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

## Expected Behavior Compress image; ## Current Behavior When compressing I get an error "Not allowed to load local resource" only when the image is big. Using the same image...

# BMP file ## Firefox I am reopening an issue because it is not working on Mozilla Firefox [BMP file extension not sustained](https://github.com/Donaldcwl/browser-image-compression/issues/181) thank you

# Overview I've seen mentions of this issue earlier and apparently, it has been fixed on `v2.0.2`. But even after the update, I am still facing this issue on iOS...

# Issue The size of the `bmp` file is increased up to almost the `maxSizeMB` value of the options given to the compressor. ## Example Given those options : ```...

When I compress a particular image into a webworker, it seems that the loadImage function that calls while it compresses does not reference the image. Could it be related to...