mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 01:47:29 -06:00
[chore]: Bump golang.org/x/image from 0.5.0 to 0.6.0 (#1615)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a864623f3
commit
34f453878b
5 changed files with 7 additions and 7 deletions
2
vendor/golang.org/x/image/tiff/writer.go
generated
vendored
2
vendor/golang.org/x/image/tiff/writer.go
generated
vendored
|
|
@ -280,7 +280,7 @@ type Options struct {
|
|||
Compression CompressionType
|
||||
// Predictor determines whether a differencing predictor is used;
|
||||
// if true, instead of each pixel's color, the color difference to the
|
||||
// preceding one is saved. This improves the compression for certain
|
||||
// preceding one is saved. This improves the compression for certain
|
||||
// types of images and compressors. For example, it works well for
|
||||
// photos with Deflate compression.
|
||||
Predictor bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue