Horde 4-ify Horde_Image and associated changes to affected hatchery apps
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 26 May 2009 17:42:52 +0000 (13:42 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 26 May 2009 17:42:52 +0000 (13:42 -0400)
commit554ef5d326dc5fd3d8aeb037a94e2ef0a4e15ea8
tree249448137bd9e4d77ff41045afe6c55a3b11b16e
parent9dc91aa5c027707a1a67dadd7066da448c74a136
Horde 4-ify Horde_Image and associated changes to affected hatchery apps
54 files changed:
folks/lib/Driver.php
framework/Image/Image/Effect.php [new file with mode: 0644]
framework/Image/Image/Effect/border.php [new file with mode: 0644]
framework/Image/Image/Effect/gd/drop_shadow.php [new file with mode: 0644]
framework/Image/Image/Effect/gd/round_corners.php [new file with mode: 0644]
framework/Image/Image/Effect/gd/text_watermark.php [new file with mode: 0644]
framework/Image/Image/Effect/gd/unsharp_mask.php [new file with mode: 0644]
framework/Image/Image/Effect/im/border.php [new file with mode: 0755]
framework/Image/Image/Effect/im/composite.php [new file with mode: 0755]
framework/Image/Image/Effect/im/drop_shadow.php [new file with mode: 0644]
framework/Image/Image/Effect/im/photo_stack.php [new file with mode: 0644]
framework/Image/Image/Effect/im/polaroid_image.php [new file with mode: 0755]
framework/Image/Image/Effect/im/round_corners.php [new file with mode: 0644]
framework/Image/Image/Effect/im/text_watermark.php [new file with mode: 0644]
framework/Image/Image/gd.php [new file with mode: 0644]
framework/Image/Image/im.php [new file with mode: 0644]
framework/Image/Image/imagick.php [new file with mode: 0644]
framework/Image/Image/png.php [new file with mode: 0644]
framework/Image/Image/rgb.php [new file with mode: 0644]
framework/Image/Image/svg.php [new file with mode: 0644]
framework/Image/Image/swf.php [new file with mode: 0644]
framework/Image/lib/Horde/Image.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/border.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/gd/drop_shadow.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/gd/round_corners.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/gd/text_watermark.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/gd/unsharp_mask.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/im/border.php [new file with mode: 0755]
framework/Image/lib/Horde/Image/Effect/im/composite.php [new file with mode: 0755]
framework/Image/lib/Horde/Image/Effect/im/drop_shadow.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/im/photo_stack.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/im/polaroid_image.php [new file with mode: 0755]
framework/Image/lib/Horde/Image/Effect/im/round_corners.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/Effect/im/text_watermark.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/gd.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/im.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/imagick.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/png.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/rgb.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/svg.php [new file with mode: 0644]
framework/Image/lib/Horde/Image/swf.php [new file with mode: 0644]
framework/Image/package.xml [new file with mode: 0644]
framework/Image/tests/.htaccess [new file with mode: 0644]
framework/Image/tests/gd.php [new file with mode: 0644]
framework/Image/tests/im.php [new file with mode: 0644]
framework/Image/tests/img1.jpg [new file with mode: 0644]
framework/Image/tests/img2.jpg [new file with mode: 0644]
framework/Image/tests/img3.jpg [new file with mode: 0644]
framework/Image/tests/runtest.php [new file with mode: 0644]
framework/Image/tests/svg.php [new file with mode: 0644]
framework/Image/tests/swf.php [new file with mode: 0644]
imp/lib/Mime/Viewer/Images.php
imp/lib/Mime/Viewer/Pdf.php