[gegl] docs: show example images in operations.html instead of linking to them



commit 35881a6c8e4599641c0d3c98289773fdf9d98f0a
Author: Ville Sokk <ville sokk gmail com>
Date:   Tue Jul 17 12:07:08 2012 +0300

    docs: show example images in operations.html instead of linking to them

 docs/images/standard-aux.png   |  Bin 90378 -> 11429 bytes
 docs/images/standard-input.png |  Bin 90378 -> 86445 bytes
 tools/operation_reference.c    |    2 +-
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/images/standard-aux.png b/docs/images/standard-aux.png
index 3baa9a3..145abd5 100644
Binary files a/docs/images/standard-aux.png and b/docs/images/standard-aux.png differ
diff --git a/docs/images/standard-input.png b/docs/images/standard-input.png
index 1a97b79..339ccd1 100644
Binary files a/docs/images/standard-input.png and b/docs/images/standard-input.png differ
diff --git a/tools/operation_reference.c b/tools/operation_reference.c
index e7511cd..0455e45 100644
--- a/tools/operation_reference.c
+++ b/tools/operation_reference.c
@@ -393,7 +393,7 @@ main (gint    argc,
           char *image = operation_to_path (name);
 
           if (g_file_test (image, G_FILE_TEST_EXISTS))
-            g_print ("<tr>\n <td colspan='1'>&nbsp;</td>\n  <td colspan='4'><a href='%s'>Example image</a></td>\n</tr>\n", image);
+            g_print ("<tr>\n <td colspan='1'>&nbsp;</td>\n  <td colspan='4'><img src='%s' /></td>\n</tr>\n", image);
 
           g_free (image);
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]