Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps SixLabors.ImageSharp from 1.0.0-beta0002 to 1.0.0-beta0006.

Release notes

Sourced from SixLabors.ImageSharp's releases.

1.0.0 beta6

Improvements since beta-5

Resize

  • Significant speed-up in our resizer (~2.5x). On .NET Core 2.1 now we downscale images faster than System.Drawing (#731, #781)
  • Using ~30% less memory during resize (#731, #781)
  • #719 - Keep one pixel if aspect ratio respecting resize would set a dimension to 0.

Formats

JPEG (& Exif)

  • Read Jpeg-s with incorrect App0 markers (#722)
  • Decode interleaved progressive jpegs correctly (#724)
  • Support 12 bit jpegs (#784)
  • #698 - Allow several invalid data types when reading the exif resolution.
  • #699 - Fix EXIF overflow and Jpeg decoding
  • #768 - Various Jpeg optimizations
  • #801 - #797 throw ImageFormatException when no StartOfFrame marker is found
  • #804 - Use bounds checks in Huffman ctr. Fix #798

PNG

  • Preserve PNG trancparency metadata after decoding. (#764, #693)
  • #705 - Png and Wu Quantizer fixes
  • #712 - Add 1, 2, and 4 bit Png Encoding
  • #740 - Use scaled luminance trns comparison.

BMP

  • #676 - Fix 1 bit bmp decoding and add extra test images.
  • #791 - WIP: Adds support for Decoding Bitmaps with 16 bytes headers
  • #792 - WIP: Fix for Windows 2.0 or OS/2 1.x bitmaps only use 3 bytes per color palette entry
  • #796 - Decoding Bitmaps with BITFIELDS masks
  • #812 - Support for decoding RLE4 encoded bitmaps
  • #813 - Adds support for OS/2 version 2 bitmaps

GIF

  • #770 - Fix infinite loop when a GIF prematurely terminates

Color Spaces and Filters

  • Publish Color Space and transformation API-s (#664)
  • Introduce ColorMatrix and fix Color Filters, making them CSS-compatible (#806)
  • #734 - Refactor Companding
  • #736 - Write float values using the invariant culture.

Pixel Types

  • Add Gray8 and Gray16 Pixel Formats and clean up IPixel (#729)
  • #754 - Imrpoved Gray8 accuracy
  • #728 - Add ToString implementations to Bgr24 and Bgra32
  • #744 - Refactor & simplify conversion API's
  • #680 - Optimize Equals & GetHashCode methods within PixelFormats

Drawing and text

  • The .DrawImage() extension method works across pixel types. (image<Rgba>.Mutate(x => x.DrawImage( Image<Argb>))) (#686)
... (truncated)
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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.0-beta0002 to 1.0.0-beta0006.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 28, 2019
@dependabot-preview
Copy link
Author

Superseded by #15.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/SixLabors.ImageSharp-1.0.0-beta0006 branch September 5, 2019 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants