palfrey / kitling

Moving Kittens As A Service
https://tevps.net/blog/2015/10/29/kitten-videos-an-engineering-approach/
GNU Affero General Public License v3.0
1 stars 1 forks source link

Bump image from 0.10.0 to 0.19.0 in /comparer #32

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps image from 0.10.0 to 0.19.0.

Changelog *Sourced from [image's changelog](https://github.com/PistonDevelopers/image/blob/master/CHANGES.md).* > # Rust Image 0.4 Release Notes > > Rust image aims to be a pure-Rust implementation of various popular image formats. Accompanying reading/write support, rust image provides basic imaging processing function. See `README.md` for further details. > > ## Known issues > - Interlaced (progressive) or animated images are not well supported. > - Images with *n* bit/channel (*n ≠ 8*) are not well supported. > > ## Changes > > ### Version 0.19 > > - Fixed panic when blending with alpha zero. > - Made `save` consistent. > - Consistent size calculation. > - Fixed bug in `apply_with_alpha`. > - Implemented `TGADecoder::read_scanline`. > - Use deprecated attribute for `pixels_mut`. > - Fixed bug in JPEG grayscale encoding. > - Fixed multi image TIFF. > - PNM encoder. > - Added `#[derive(Hash)]` for `ColorType`. > - Use `num-derive` for `#[derive(FromPrimitive)]`. > - Added `into_frames` implementation for GIF. > - Made rayon an optional dependency. > - Fixed issue where resizing image did not give exact width/height. > - Improved downscale. > - Added a way to expose options when saving files. > - Fixed some compiler warnings. > - Switched to lzw crate instead of using built-in version. > - Added `ExactSizeIterator` implementations to buffer structs. > - Added `resize_to_fill` method. > - DXT encoding support. > - Applied clippy suggestions. > > ### Version 0.4 > - Various improvements. > - Additional supported image formats (BMP and ICO). > - GIF and PNG codec moved into separate crates. > > ### Version 0.3 > - Replace `std::old_io` with `std::io`. > > ### Version 0.2 > - Support for interlaced PNG images. > - Writing support for GIF images (full color and paletted). > - Color quantizer that converts 32bit images to paletted including the alpha channel. > - Initial support for reading TGA images. > - Reading support for TIFF images (packbits and FAX compression not supported). > - Various bug fixes and improvements. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/PistonDevelopers/image/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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@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 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) - 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.
dependabot-preview[bot] commented 6 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.