[commits] Horde branch master updated. 0e41a576f6283cb8e9b0bf2f0ee35ebf739e8396
Michael Rubinsky
mike at theupstairsroom.com
Sun Feb 14 16:53:41 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 1e065509f0156206756cb420f8278a9f49ce4e55
a74a81b Consistent style
a061a21 tweak capability array
9191d61 Start work on implementing an Iterator for Horde_Image for supporting multi-page images.
0e41a57 update tests
-----------------------------------------------------------------------
commit a74a81b2dd6f4c1eab96c65dc0d9d6188f7a5c36
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 14 10:17:28 2010 -0500
Consistent style
framework/Image/lib/Horde/Image.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a74a81b2dd6f4c1eab96c65dc0d9d6188f7a5c36
-----------------------------------------------------------------------
commit a061a21484483b2af2ba35b57c2a3dd8675cd65d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 14 10:27:04 2010 -0500
tweak capability array
framework/Image/lib/Horde/Image/Base.php | 6 ------
framework/Image/lib/Horde/Image/Im.php | 2 +-
framework/Image/lib/Horde/Image/Imagick.php | 20 ++++++++++++++++++++
3 files changed, 21 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Base.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a061a21484483b2af2ba35b57c2a3dd8675cd65d
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Im.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a061a21484483b2af2ba35b57c2a3dd8675cd65d
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Imagick.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a061a21484483b2af2ba35b57c2a3dd8675cd65d
-----------------------------------------------------------------------
commit 9191d616a5a2526646eb3a15e68c553deab8ff58
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 14 11:48:06 2010 -0500
Start work on implementing an Iterator for Horde_Image for supporting multi-page images.
Add Iterator interface to Horde_Image_Base and implement it in Horde_Image_Imagick. Other
backend support to come. Allows iterating through all images in a multi-page image such
as TIFF or animatted GIFs
This also goes towards a solution for Request: 6022
framework/Image/lib/Horde/Image/Base.php | 31 +++++++++++-
framework/Image/lib/Horde/Image/Imagick.php | 74 +++++++++++++++++++++++++++
2 files changed, 104 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Base.php?rt=horde-git&r1=a061a21484483b2af2ba35b57c2a3dd8675cd65d&r2=9191d616a5a2526646eb3a15e68c553deab8ff58
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Imagick.php?rt=horde-git&r1=a061a21484483b2af2ba35b57c2a3dd8675cd65d&r2=9191d616a5a2526646eb3a15e68c553deab8ff58
-----------------------------------------------------------------------
commit 0e41a576f6283cb8e9b0bf2f0ee35ebf739e8396
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Feb 14 11:53:11 2010 -0500
update tests
framework/Image/tests/im.php | 19 ++++++++++++++++---
framework/Image/tests/runtest.php | 9 +++++----
framework/Image/tests/two_page.tif.tiff | Bin 0 -> 36323 bytes
3 files changed, 21 insertions(+), 7 deletions(-)
create mode 100644 framework/Image/tests/two_page.tif.tiff
http://git.horde.org/diff.php/framework/Image/tests/im.php?rt=horde-git&r1=45ec4b5b2ad3243c1664d19b3c01ebe80f519b07&r2=0e41a576f6283cb8e9b0bf2f0ee35ebf739e8396
http://git.horde.org/diff.php/framework/Image/tests/runtest.php?rt=horde-git&r1=61e152c1cb66d66db7fedbc358a4f417aa4e17c5&r2=0e41a576f6283cb8e9b0bf2f0ee35ebf739e8396
http://git.horde.org/co.php/framework/Image/tests/two_page.tif.tiff?rt=horde-git&r=0e41a576f6283cb8e9b0bf2f0ee35ebf739e8396
More information about the commits
mailing list