Next | Query returned 60 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2023-03-31 22:52:15 by Thomas Klausner | Files touched by this commit (29)
Log message:
libheif: add dav1d to bl3.mk file

pkg-config fails otherwise

Bump all dependencies
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-10-26 12:32:08 by Thomas Klausner | Files touched by this commit (687)
Log message:
*: bump PKGREVISION for libunistring shlib major bump
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2022-02-20 14:23:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
graphics/php-imagick: update to 3.7.0

3.7.0RC1 (2022-01-04)

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.

3.7.0 (2022-01-11)

Added:
* Imagick::COMPOSITE_SALIENCY_BLEND
   2021-12-12 16:15:06 by Takahiro Kambe | Files touched by this commit (1)
Log message:
graphics/php-imagick: reset PKGREVISION
   2021-12-12 16:14:17 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
graphics/php-imagick: update to 3.6.0

3.6.0RC1 (2021-11-10)

- 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 rather
  than AtopCompositeOp for ImageMagick > 7.  If you need the old behaviour,
  please use Imagick::frameImageWithComposite() instead, which allows you to
  set the composite method.
* Imagick::profileImage() fixed to allow null as second paramter again.  If
  you can't upgrade to this version yet, pass in "", which has the same
  effect.
* Imagick::ALPHACHANNEL_COPY and Imagick::ALPHACHANNEL_OPAQUE should be
  available on IM7.
* Imagick::setImageMatteColor() should be available on IM7.

- Added:

* Imagick::borderImageWithComposite() same as Imagick::borderImage() but
  allows user to set composite operator used.
* Imagick::frameImageWithComposite() same as Imagick::frameImage() but
  allows user to set composite operator used.
* function Imagick::cannyEdgeImage
* function Imagick::setSeed
* function Imagick::waveletDenoiseImage
* function Imagick::meanShiftImage
* function Imagick::kmeansImage
* function Imagick::rangeThresholdImage
* function Imagick::autoThresholdImage
* function Imagick::bilateralBlurImage
* function Imagick::claheImage
* function Imagick::channelFxImage
* function Imagick::colorThresholdImage
* function Imagick::complexImages
* function Imagick::interpolativeResizeImage
* function Imagick::levelImageColors
* function Imagick::levelizeImage
* function Imagick::orderedDitherImage
* function Imagick::whiteBalanceImage

3.6.0RC2 (2021-11-11)

- Fixes:

* Remove deprecated message from Imagick::roundCorners()

- Added:

* Imagick::addNoiseImageWithAttenuate()

3.6.0 (2021-11-17)

- No change from 3.6.0RC2

Next | Query returned 60 messages, browsing 11 to 20 | Previous