publiclab / leaflet-tile-filter

Multispectral color manipulation and processing (NDVI etc) for Leaflet tile layers with pure JavaScript in Image Sequencer
https://publiclab.github.io/leaflet-tile-filter/
GNU General Public License v3.0
6 stars 5 forks source link

Bump image-sequencer from 3.3.0 to 3.6.0 #32

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps image-sequencer from 3.3.0 to 3.6.0.

Release notes

Sourced from image-sequencer's releases.

GIFs, Bug fixes and Optimizations

Added

  • WASM Acceleration for most modules (#1093)
  • NodeJS Support for Text Overlay (#1125)
  • Blob Analysis using OpenCV (#1185)
  • GIF Support (#1404)
  • Aspect ratio module (#1454)
  • Circular gradient module (#1496)
  • GIF support for text overlay (#1533)

Fixed

  • Gamma Correction (#1256)
  • Meta modules change the previous step image (#1432)
  • Dynamic module monochrome fallback (#1451)
  • Crop module (#1463)
  • Average module edits the UI from source (#1469)
  • Minify Image module (#1512)
  • Paint Bucket wrong fill color (#1519)
  • Draw Rectangle shrinks the image (#1535)
  • Colorbar module default overlay shift (#1542)
  • Some modules not working due to the extraManipulation function (#1551)
  • Edge detect horizontal edges too thick (#1629)

Changed

  • Rotate modules adds padding instead of clipping (#1218)
  • Add QR module allows can accept a starting position for the added QR (#1520)
  • Blend module accepts x and y inputs for diagonal blending (#1499)

WebAssembly acceleration

  • #1093 has added WebAssembly acceleration with an optional flag, default ON - @Divy123
  • #1095 added an HTML color picker UI - @aashna27
  • #1038 has added GPU acceleration for blur and convolution modules using gpu.js - @HarshKhandeparkar
  • assorted bugfixes
Commits


Dependabot compatibility score

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](https://app.dependabot.com): - 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)