From df9673f2c4650fd45c502cea65d315081cc780c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jan 2014 19:06:30 +0100 Subject: $year++ --- php-tcpdf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-tcpdf.spec b/php-tcpdf.spec index c7d6fd8..e5fa5dc 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -1,6 +1,6 @@ # spec file for php-tcpdf # -# Copyright (c) 2013 Remi Collet, Johan Cwiklinski +# Copyright (c) 2013-2014 Remi Collet, Johan Cwiklinski # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/3.0/ # @@ -52,7 +52,7 @@ PHP class for generating PDF documents. * font subsetting; * methods to publish some XHTML + CSS code, Javascript and Forms; * images, graphic (geometric figures) and transformation methods; -* supports JPEG, PNG and SVG images natively, all images supported by GD +* supports JPEG, PNG and SVG images natively, all images supported by GD (GD, GD2, GD2PART, GIF, JPEG, PNG, BMP, XBM, XPM) and all images supported via ImagMagick (http: www.imagemagick.org/www/formats.html) * 1D and 2D barcodes: CODE 39, ANSI MH10.8M-1983, USD-3, 3 of 9, CODE 93, -- cgit