Revisions of php-imagick
buildservice-autocommit
accepted
request 1225802
from
Johannes Weberhofer (weberho)
(revision 17)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 1225795
from
Manu Maier (mmanu84)
(revision 16)
- Fix removed "php_strtolower" for PHP 8.4 (https://github.com/Imagick/imagick/pull/690) + imagick-php_strtolower-php84.patch
buildservice-autocommit
accepted
request 1142623
from
Factory Maintainer (factory-maintainer)
(revision 15)
baserev update by copy to link target
Arjen de Korte (adkorte)
accepted
request 1142010
from
Arjen de Korte (adkorte)
(revision 14)
- Expect test to fail as the values ImageMagick will accept are limited by the policy.xml of the system which is more restrictive now + imagick-xfail-test014.patch - Fix test failing since ImageMagick 7.1.1.24 due to changed calculation of kurtosis and skewness values + imagick-fix-test316.patch
buildservice-autocommit
accepted
request 1042379
from
Johannes Weberhofer (weberho)
(revision 13)
baserev update by copy to link target
Johannes Weberhofer (weberho)
accepted
request 1041979
from
Arjen de Korte (adkorte)
(revision 12)
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
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 {}
Johannes Weberhofer (weberho)
accepted
request 939062
from
Arjen de Korte (adkorte)
(revision 10)
- Upgrade to version 3.6.0 - No change from 3.6.0RC2 - removed imagick-fix-457-ensure-format-is-always-lowercase.patch (upstreamed) - Upgrade to version 3.6.0RC2 - Fixes: * Remove deprecated message from Imagick::roundCorners() - Added: * Imagick::addNoiseImageWithAttenuate() - Upgrade to version 3.6.0RC1 - Imagick::getImageInterlaceScheme is undeprecated. It's the appropriate function to call to get the image interlace setting. - Image formats are now normalised to lower case. - Imagick::getImageIndex and Imagick::setImageIndex are undeprecated and work on ImageMagick 7. They call MagickGetIteratorIndex and MagickSetIteratorIndex internally. - Imagick::averageImages is undeprecated. For IM 7 it now calls EvaluateImages(wand->images,MeanEvaluateOperator). - Imagick::flattenImages is undeprecated. For IM 7 it now calls MagickMergeImageLayers(intern->magick_wand, FlattenLayer); internally. - Imagick::getImageSize is undeprecated. For IM 7 it now calls MagickGetImageLength internally. - Imagick::roundCornersImage is undeprecated and available on IM7. - Fixes: * Imagick::borderImage() changed internally to use OverCompositeOp rather than AtopCompositeOp for ImageMagick > 7. If you need the old behaviour, please use Imagick::borderImageWithComposite() instead, which allows you to set the composite method. * Imagick::frameImage() changed internally to use OverCompositeOp
Johannes Weberhofer (weberho)
accepted
request 930642
from
Johannes Weberhofer (weberho)
(revision 9)
added imagick-fix-457-ensure-format-is-always-lowercase.patch to fix test-failures in latest tumbleweed/factory builds #gh/Imagick/imagick#457
Johannes Weberhofer (weberho)
accepted
request 930564
from
Arjen de Korte (adkorte)
(revision 8)
- Upgrade to version 3.5.1 - Better detection of appropriate OpenMP library to use, i.e. GCC or Clang.
buildservice-autocommit
accepted
request 901060
from
Arjen de Korte (adkorte)
(revision 7)
baserev update by copy to link target
Arjen de Korte (adkorte)
accepted
request 901056
from
Paolo Panto (munix9)
(revision 6)
- Upgrade to version 3.5.0 - Fixed multiple parameter information issues found in 3.5.0RC1. - ImageMagick 7 is still not widely available on systems. So contrary to previous plans, ImageMagick 6 support will continue for now. But users are recommeded to use ImageMagick 7 if possible. - Method names have been changed to not be all lower case. Both method names and parameter information is built from the Imagick*.stub.php files. - Prevent accidental creation of zero dimension images. ImageMagick doesn't prevent creation of zero dimension images, but will give an error when that image is used. I don't think this will affect any correctly program, but if it does, and you need to re-enable zero dimension images, please open an issue at https://phpimagick.com/issues - Various pieces of work have been done to make GOMP not segfault including: * Call omp_pause_resource_all when available during shutdown. * Added the 'imagick.shutdown_sleep_count' (default 10) and 'imagick.set_single_thread' (default On). Both of these exist to mitigate the segaults on shutdown. - Fixes: * Correct version check to make RemoveAlphaChannel and FlattenAlphaChannel be available when using Imagick with ImageMagick version 6.7.8-x * Imagick::morphology now no longer ignores channel parameter - Added: * PHP 8.0 support. * Location check for ImageMagick 7 for NixOS and Brew. * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {} * Imagick::setImagePixelColor(int $x, int $y, ImagickPixel|string $color) * Imagick::setImageMask(Imagick $clip_mask, int $pixelmask_type) * Imagick::getImageMask(int $pixelmask_type) * Imagick::VIRTUALPIXELMETHOD_DITHER * Imagick::VIRTUALPIXELMETHOD_RANDOM * Imagick::COMPOSITE_FREEZE * Imagick::COMPOSITE_INTERPOLATE * Imagick::COMPOSITE_NEGATE * Imagick::COMPOSITE_REFLECT * Imagick::COMPOSITE_SOFTBURN * Imagick::COMPOSITE_SOFTDODGE * Imagick::COMPOSITE_STAMP * Imagick::COMPOSITE_RMSE * Imagick::COMPRESSION_DWAA * Imagick::COMPRESSION_DWAB * Imagick::EVALUATE_INVERSE_LOG * Imagick::COLORSPACE_DISPLAYP3 * Imagick::COLORSPACE_ADOBE98 * Imagick::COLORSPACE_PROPHOTO * Imagick::COLORSPACE_JZAZBZ * Imagick::DISTORTION_RIGID_AFFINE * Imagick::DISTORTION_BARRELINVERSE * Imagick::STATISTIC_ROOT_MEAN_SQUARE
Dominique Leuenberger (dimstar_suse)
accepted
request 873876
from
Arjen de Korte (adkorte)
(revision 5)
initialized devel package after accepting 873876
Arjen de Korte (adkorte)
committed
(revision 4)
Cleanup specfile
Arjen de Korte (adkorte)
committed
(revision 3)
- Use _multibuild (prepare to build for php8) - Use php_cfgdir and php_extdir macros to determine location of files
Arjen de Korte (adkorte)
committed
(revision 2)
Arjen de Korte (adkorte)
committed
(revision 1)
osc copypac from project:server:php:extensions:php7 package:php7-imagick revision:28
Displaying all 17 revisions