cropping
cropping copied to clipboard
Bump pica from 4.2.0 to 7.1.0
Bumps pica from 4.2.0 to 7.1.0.
Changelog
Sourced from pica's changelog.
[7.1.0] - 2021-06-21
Changed
- In FireFox experimental resist fingerprinting mode
pica.resize()
now returns an error instead of returning random data, nodeca/image-blob-reduce#28.Fixed
- Images with Exif orientation are now resized correctly in Chromium-based browsers (it was previously broken in pica 7.0.0), #211.
[7.0.0] - 2021-05-23
Changed
- [BREAKING] Rewrite unsharp mask, use
V
channel of HSV instead ofL
channel of HSL, to reduce color shift (#209).- [BREAKING] Unsharp mask options are now more close to Photoshop (
unsharpAmount
should be multiplied by 2 andunsharpThreshold
should be divided by 2 if you switch from v6.x).- Splitted big
Pica
methods to smaller ones.- Use docker to build webassembly modules.
Added
- Use
OffscreenCanvas
when possible (extract image bitmap in webworker).[6.1.1] - 2020-08-20
Fixed
- Aded Safari canvas GC workaround, #199.
[6.1.0] - 2020-07-10
Added
- Aded OffscreenCanvas support, #195.
[6.0.0] - 2020-06-25
Changed
- Use
dist/pica.js
as main entry. No more workarounds needed for webpack.- Avoid babelify dependency in dependent packages if browserify used.
- Rewrite build scripts.
Added
- Added
ImageBitmap
input support.[5.3.0] - 2020-06-09
Changed
- Use
derequire
to allow nestedbrowserify
for/dist/pica.js
.[5.2.0] - 2020-05-25
... (truncated)
Commits
9baefdf
7.1.0 released274f06f
dist rebuildb93a4bf
Workaround for chrome bug in cib region extraction9ff6dc5
Add changelog entry for 0cb2e0c0d8150d
Simplify feature checks0cb2e0c
Add a check for canvas.ctx.getImageData correctness59e97b6
Refactor OffscreenCanvas feature test4027e0a
doc: clarify previous update3c091b2
7.0.0 released8dc2ef2
Replace deprecated assert.* methods- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)