Wrapper to the ImageMagick library
https://pecl.php.net/package/imagick
Imagick is a native php extension to create and modify mages using the ImageMagick API.
- Devel package for openSUSE:Factory
-
16
derived packages
- Links to openSUSE:Factory / php-imagick
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:php:extensions/php-imagick && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000079 79 Bytes | |
imagick-3.7.0.tgz | 0000360138 352 KB | |
imagick-fix-test316.patch | 0000000887 887 Bytes | |
imagick-php_strtolower-php84.patch | 0000001606 1.57 KB | |
imagick-reproducible.patch | 0000000772 772 Bytes | |
imagick-xfail-test014.patch | 0000000501 501 Bytes | |
php-imagick-rpmlintrc | 0000000031 31 Bytes | |
php-imagick.changes | 0000030052 29.3 KB | |
php-imagick.spec | 0000002974 2.9 KB |
Revision 11 (latest revision is 17)
Arjen de Korte (adkorte)
committed
(revision 11)
- 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 {}
Comments 0