[gegl/soc-2012-ville] docs: show example images in operations.html instead of linking to them
- From: Ville Sokk <villesokk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2012-ville] docs: show example images in operations.html instead of linking to them
- Date: Tue, 17 Jul 2012 09:07:54 +0000 (UTC)
commit bd68f349dbcaf4312dca7e207aa2f97a1a85ce27
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 0225431..0e43591 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'> </td>\n <td colspan='4'><a href='%s'>Example image</a></td>\n</tr>\n", image);
+ g_print ("<tr>\n <td colspan='1'> </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]