Image manipulation support for GD and ImageMagick
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jul 2011 19:28:37 +0000 (21:28 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Jul 2011 19:28:37 +0000 (21:28 +0200)
commitb86ca09cc59db979de9d95f7d236f4c39f44d532
treed121594efc1514b44eac0fb935cdc2daf4e38544
parent252ce363aacb946963c0bec5db139e16e646ddaa
Image manipulation support for GD and ImageMagick

Classes are not finished yet, this is a work in progress, please do not modify.
wcfsetup/install/files/lib/system/image/ImageHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/image/adapter/GDImageAdapter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/image/adapter/IImageAdapter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/image/adapter/ImageAdapter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/image/adapter/ImagickImageAdapter.class.php [new file with mode: 0644]