forked from pool/php-imagick
- Upgrade to version 3.7.0
- Added: * Imagick::COMPOSITE_SALIENCY_BLEND - Upgrade to version 3.7.0RC1 - Added: * function Imagick::deleteOption(string $option): bool {} * function Imagick::getBackgroundColor(): ImagickPixel {} * function Imagick::getImageArtifacts(string $pattern = "*"): array {} * function Imagick::getImageKurtosis(): array {} * function Imagick::getImageMean(): array {} * function Imagick::getImageRange(): array {} * function Imagick::getInterpolateMethod(): int {} * function Imagick::getOptions(string $pattern = "*"): array {} * function Imagick::getOrientation(): int {} * function Imagick::getResolution(): array {} * function Imagick::getType(): int {} * function Imagick::implodeImageWithMethod(float $radius, int $pixel_interpolate_method): bool {} * function Imagick::oilPaintImageWithSigma(float $radius, float $sigma) * function Imagick::polaroidWithTextAndMethod(ImagickDraw $settings, float $angle, string $caption, int $method): bool {} * function Imagick::polynomialImage(array $terms): bool {} * function Imagick::setDepth(int $depth): bool {} * function Imagick::setExtract(string $geometry): bool {} * function Imagick::setInterpolateMethod(int $method): bool{} * function Imagick::setOrientation(int $orientation): bool {} * function Imagick::spreadImageWithMethod(float $radius, int $interpolate_method): bool {} * function Imagick::swirlImageWithMethod(float $degrees, int $interpolate_method): bool {} OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-imagick?expand=0&rev=11
This commit is contained in:
parent
a71658e5f3
commit
7cf6e14b15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e2965f2d70dd59a40e7957d56e590e731cad2669e9f89e0fca159d748d2947e
|
|
||||||
size 351361
|
|
3
imagick-3.7.0.tgz
Normal file
3
imagick-3.7.0.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
|
||||||
|
size 360138
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 12 20:14:28 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
- Upgrade to version 3.7.0
|
||||||
|
- Added:
|
||||||
|
* Imagick::COMPOSITE_SALIENCY_BLEND
|
||||||
|
|
||||||
|
- Upgrade to version 3.7.0RC1
|
||||||
|
- Added:
|
||||||
|
* function Imagick::deleteOption(string $option): bool {}
|
||||||
|
* function Imagick::getBackgroundColor(): ImagickPixel {}
|
||||||
|
* function Imagick::getImageArtifacts(string $pattern = "*"): array {}
|
||||||
|
* function Imagick::getImageKurtosis(): array {}
|
||||||
|
* function Imagick::getImageMean(): array {}
|
||||||
|
* function Imagick::getImageRange(): array {}
|
||||||
|
* function Imagick::getInterpolateMethod(): int {}
|
||||||
|
* function Imagick::getOptions(string $pattern = "*"): array {}
|
||||||
|
* function Imagick::getOrientation(): int {}
|
||||||
|
* function Imagick::getResolution(): array {}
|
||||||
|
* function Imagick::getType(): int {}
|
||||||
|
* function Imagick::implodeImageWithMethod(float $radius,
|
||||||
|
int $pixel_interpolate_method): bool {}
|
||||||
|
* function Imagick::oilPaintImageWithSigma(float $radius, float $sigma)
|
||||||
|
* function Imagick::polaroidWithTextAndMethod(ImagickDraw $settings,
|
||||||
|
float $angle, string $caption, int $method): bool {}
|
||||||
|
* function Imagick::polynomialImage(array $terms): bool {}
|
||||||
|
* function Imagick::setDepth(int $depth): bool {}
|
||||||
|
* function Imagick::setExtract(string $geometry): bool {}
|
||||||
|
* function Imagick::setInterpolateMethod(int $method): bool{}
|
||||||
|
* function Imagick::setOrientation(int $orientation): bool {}
|
||||||
|
* function Imagick::spreadImageWithMethod(float $radius,
|
||||||
|
int $interpolate_method): bool {}
|
||||||
|
* function Imagick::swirlImageWithMethod(float $degrees,
|
||||||
|
int $interpolate_method): bool {}
|
||||||
|
* function Imagick::waveImageWithMethod(float $amplitude,
|
||||||
|
float $length, int $interpolate_method): bool {}
|
||||||
|
* Imagick::IMAGE_TYPE_BILEVEL
|
||||||
|
* Imagick::IMAGE_TYPE_GRAYSCALE
|
||||||
|
* Imagick::IMAGE_TYPE_GRAYSCALE_ALPHA
|
||||||
|
* Imagick::IMAGE_TYPE_PALETTE
|
||||||
|
* Imagick::IMAGE_TYPE_PALETTE_ALPHA
|
||||||
|
* Imagick::IMAGE_TYPE_TRUE_COLOR
|
||||||
|
* Imagick::IMAGE_TYPE_TRUE_COLOR_ALPHA
|
||||||
|
* Imagick::IMAGE_TYPE_COLOR_SEPARATION
|
||||||
|
* Imagick::IMAGE_TYPE_COLOR_SEPARATION_ALPHA
|
||||||
|
* Imagick::IMAGE_TYPE_OPTIMIZE
|
||||||
|
* Imagick::IMAGE_TYPE_PALETTE_BILEVEL_ALPHA
|
||||||
|
* Imagick::COMPOSITE_SEAMLESS_BLEND
|
||||||
|
|
||||||
|
- Changed:
|
||||||
|
* Imagick::setImageArtifact can now take null for the string value.
|
||||||
|
* Return type for Imagick::getImageArtifact is string|null instead of
|
||||||
|
string.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 10 09:17:07 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
Fri Dec 10 09:17:07 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{php_name}-%{pkg_name}
|
Name: %{php_name}-%{pkg_name}
|
||||||
Version: 3.6.0
|
Version: 3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Wrapper to the ImageMagick library
|
Summary: Wrapper to the ImageMagick library
|
||||||
License: PHP-3.01
|
License: PHP-3.01
|
||||||
|
Loading…
Reference in New Issue
Block a user