gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: reduce graphics size


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: reduce graphics size
Date: Tue, 13 Jul 2021 23:45:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new bab3c64  reduce graphics size
bab3c64 is described below

commit bab3c646a78dd4e0edac927afac3fd05ddbc47a4
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jul 13 23:45:35 2021 +0200

    reduce graphics size
---
 contrib/Makefile.am             |   6 +++---
 contrib/continent_selection.jpg | Bin 0 -> 97890 bytes
 contrib/continent_selection.png | Bin 364045 -> 0 bytes
 contrib/country_selection.jpg   | Bin 0 -> 203711 bytes
 contrib/country_selection.png   | Bin 816074 -> 0 bytes
 contrib/enter_secret.jpg        | Bin 0 -> 41829 bytes
 contrib/enter_secret.png        | Bin 107676 -> 0 bytes
 src/anastasis/anastasis-gtk.c   |   6 +++---
 8 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index a53de8b..1260867 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -8,10 +8,10 @@ pkgdatadir= $(prefix)/share/anastasis/
 IMAGES = \
   qr_dummy.png \
   logo.svg \
-  country_selection.png \
-  continent_selection.png \
+  country_selection.jpg \
+  continent_selection.jpg \
   user_attributes.png \
-  enter_secret.png \
+  enter_secret.jpg \
   pay_with_taler.png \
   authentication_methods.png \
   satisfy_challenge.png \
diff --git a/contrib/continent_selection.jpg b/contrib/continent_selection.jpg
new file mode 100644
index 0000000..24697e8
Binary files /dev/null and b/contrib/continent_selection.jpg differ
diff --git a/contrib/continent_selection.png b/contrib/continent_selection.png
deleted file mode 100644
index 19003de..0000000
Binary files a/contrib/continent_selection.png and /dev/null differ
diff --git a/contrib/country_selection.jpg b/contrib/country_selection.jpg
new file mode 100644
index 0000000..ea9c05f
Binary files /dev/null and b/contrib/country_selection.jpg differ
diff --git a/contrib/country_selection.png b/contrib/country_selection.png
deleted file mode 100644
index 3882cb6..0000000
Binary files a/contrib/country_selection.png and /dev/null differ
diff --git a/contrib/enter_secret.jpg b/contrib/enter_secret.jpg
new file mode 100644
index 0000000..42def95
Binary files /dev/null and b/contrib/enter_secret.jpg differ
diff --git a/contrib/enter_secret.png b/contrib/enter_secret.png
deleted file mode 100644
index d35f552..0000000
Binary files a/contrib/enter_secret.png and /dev/null differ
diff --git a/src/anastasis/anastasis-gtk.c b/src/anastasis/anastasis-gtk.c
index 0bbcfc7..4023b16 100644
--- a/src/anastasis/anastasis-gtk.c
+++ b/src/anastasis/anastasis-gtk.c
@@ -81,9 +81,9 @@ anastasis_gtk_animation_activate_cb (GtkMenuItem *menuitem,
     const char *png;
     const char *widget;
   } map[] = {
-    { .png = "continent_selection.png",
+    { .png = "continent_selection.jpg",
       .widget = "anastasis_gtk_continent_selection_image" },
-    { .png = "country_selection.png",
+    { .png = "country_selection.jpg",
       .widget = "anastasis_gtk_country_selection_image" },
     { .png = "user_attributes.png",
       .widget = "anastasis_gtk_user_attributes_image" },
@@ -91,7 +91,7 @@ anastasis_gtk_animation_activate_cb (GtkMenuItem *menuitem,
       .widget = "anastasis_gtk_b_authentication_methods_image" },
     { .png = "policy_confirmation.png",
       .widget = "anastasis_gtk_b_policies_image" },
-    { .png = "enter_secret.png",
+    { .png = "enter_secret.jpg",
       .widget = "anastasis_gtk_enter_secret_image" },
     { .png = "pay_with_taler.png",
       .widget = "anastasis_gtk_pay_image" },

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]