From 1fb85dfac59569e6c346bcfae6d6b314d5d340b3 Mon Sep 17 00:00:00 2001 From: Chris Kelly Date: Tue, 13 Jan 2009 14:58:02 +0000 Subject: moved graphics toolkit logo images to g3. approval to redistribute from each project is in my email archives if this comes up in the future --- core/images/gd.png | Bin 0 -> 5531 bytes core/images/graphicsmagick.png | Bin 0 -> 1486 bytes core/images/imagemagick.jpg | Bin 0 -> 20337 bytes core/views/admin_graphics_gd.html.php | 2 +- core/views/admin_graphics_graphicsmagick.html.php | 2 +- core/views/admin_graphics_imagemagick.html.php | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 core/images/gd.png create mode 100644 core/images/graphicsmagick.png create mode 100644 core/images/imagemagick.jpg (limited to 'core') diff --git a/core/images/gd.png b/core/images/gd.png new file mode 100644 index 00000000..b341d71c Binary files /dev/null and b/core/images/gd.png differ diff --git a/core/images/graphicsmagick.png b/core/images/graphicsmagick.png new file mode 100644 index 00000000..3d1d77e9 Binary files /dev/null and b/core/images/graphicsmagick.png differ diff --git a/core/images/imagemagick.jpg b/core/images/imagemagick.jpg new file mode 100644 index 00000000..d83c4509 Binary files /dev/null and b/core/images/imagemagick.jpg differ diff --git a/core/views/admin_graphics_gd.html.php b/core/views/admin_graphics_gd.html.php index 822c63b0..8b4644ac 100644 --- a/core/views/admin_graphics_gd.html.php +++ b/core/views/admin_graphics_gd.html.php @@ -1,5 +1,5 @@
"> - " /> + " alt="" />

GD website for more information.", diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php index d65a1d3c..57553e4b 100644 --- a/core/views/admin_graphics_graphicsmagick.html.php +++ b/core/views/admin_graphics_graphicsmagick.html.php @@ -1,6 +1,6 @@

">

- " /> + " alt="" />

GraphicsMagick website for more information.", array("url" => "http://www.graphicsmagick.org")) ?> diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php index 24cdfb02..29d19668 100644 --- a/core/views/admin_graphics_imagemagick.html.php +++ b/core/views/admin_graphics_imagemagick.html.php @@ -1,6 +1,6 @@

">

- " /> + " alt="" />

ImageMagick website for more information.", array("url" => "http://www.imagemagick.org")) ?> -- cgit v1.2.3