File: UPGRADING.rst

package info (click to toggle)
php-horde-image 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 3,012 kB
  • sloc: php: 8,580; xml: 1,207; sh: 4; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=======================
 Upgrading Horde_Image
=======================

:Contact: dev@lists.horde.org

.. contents:: Contents
.. section-numbering::


This lists the API changes between releases of the package.


Upgrading to 2.3.0
==================

  - Horde_Image_Effect_Gd_Border

    Replaces and fixes the generic border effect implementation.

  - Horde_Image_Effect_Imagick_LiquidResize

    A 'ratio' parameter has been added.

  - Horde_Image_Rgb

    This class holds a map from HTML color names to RGB values and replace the
    global $horde_image_rgb_colors variable.