diff options
author | Hugo Locurcio <calinou@opmbx.org> | 2019-06-27 21:33:11 +0200 |
---|---|---|
committer | Vitaliy <numzer0@yandex.ru> | 2019-06-27 22:33:11 +0300 |
commit | 8baa789eb180c5a8944682c893478d7f9f874970 (patch) | |
tree | 7e2f40ebff9490359c5a357633ce4e498c9bbf52 /mesecons_gates/textures | |
parent | b0158f5674433e4303219205d866789c1e5d8282 (diff) | |
download | mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.gz mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.bz2 mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.xz mesecons-8baa789eb180c5a8944682c893478d7f9f874970.zip |
Optimize images (#464)
Recompress losslessly using `optipng` and `advpng`
Diffstat (limited to 'mesecons_gates/textures')
-rw-r--r-- | mesecons_gates/textures/jeija_gate_and.png | bin | 233 -> 123 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_diode.png | bin | 231 -> 128 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_nand.png | bin | 251 -> 127 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_nor.png | bin | 251 -> 127 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_not.png | bin | 241 -> 128 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_off.png | bin | 195 -> 84 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_on.png | bin | 195 -> 84 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_or.png | bin | 243 -> 127 bytes |
-rw-r--r-- | mesecons_gates/textures/jeija_gate_xor.png | bin | 245 -> 128 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/mesecons_gates/textures/jeija_gate_and.png b/mesecons_gates/textures/jeija_gate_and.png Binary files differindex 0ddc043..825a22b 100644 --- a/mesecons_gates/textures/jeija_gate_and.png +++ b/mesecons_gates/textures/jeija_gate_and.png diff --git a/mesecons_gates/textures/jeija_gate_diode.png b/mesecons_gates/textures/jeija_gate_diode.png Binary files differindex ffa403f..49c2076 100644 --- a/mesecons_gates/textures/jeija_gate_diode.png +++ b/mesecons_gates/textures/jeija_gate_diode.png diff --git a/mesecons_gates/textures/jeija_gate_nand.png b/mesecons_gates/textures/jeija_gate_nand.png Binary files differindex 0e4294e..f14567b 100644 --- a/mesecons_gates/textures/jeija_gate_nand.png +++ b/mesecons_gates/textures/jeija_gate_nand.png diff --git a/mesecons_gates/textures/jeija_gate_nor.png b/mesecons_gates/textures/jeija_gate_nor.png Binary files differindex c4298e3..c4218bc 100644 --- a/mesecons_gates/textures/jeija_gate_nor.png +++ b/mesecons_gates/textures/jeija_gate_nor.png diff --git a/mesecons_gates/textures/jeija_gate_not.png b/mesecons_gates/textures/jeija_gate_not.png Binary files differindex 939fb76..27b7281 100644 --- a/mesecons_gates/textures/jeija_gate_not.png +++ b/mesecons_gates/textures/jeija_gate_not.png diff --git a/mesecons_gates/textures/jeija_gate_off.png b/mesecons_gates/textures/jeija_gate_off.png Binary files differindex 44017b0..2f77aeb 100644 --- a/mesecons_gates/textures/jeija_gate_off.png +++ b/mesecons_gates/textures/jeija_gate_off.png diff --git a/mesecons_gates/textures/jeija_gate_on.png b/mesecons_gates/textures/jeija_gate_on.png Binary files differindex 47028a8..406e4f6 100644 --- a/mesecons_gates/textures/jeija_gate_on.png +++ b/mesecons_gates/textures/jeija_gate_on.png diff --git a/mesecons_gates/textures/jeija_gate_or.png b/mesecons_gates/textures/jeija_gate_or.png Binary files differindex 09f0661..3180add 100644 --- a/mesecons_gates/textures/jeija_gate_or.png +++ b/mesecons_gates/textures/jeija_gate_or.png diff --git a/mesecons_gates/textures/jeija_gate_xor.png b/mesecons_gates/textures/jeija_gate_xor.png Binary files differindex afbd6ab..df13e96 100644 --- a/mesecons_gates/textures/jeija_gate_xor.png +++ b/mesecons_gates/textures/jeija_gate_xor.png |