modification logo dans about.php

This commit is contained in:
2019-12-28 09:22:56 +01:00
parent 0fa7b7f2a6
commit ca6e77ebb0
6 changed files with 26 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
$alea=rand(0,100);
$logo='topisto_vert.png';
$logo='topisto_vert_tr.png';
if ($alea > 30)
if ($alea > 5)
{
$files = glob('logo/medium/*/topisto_vert.png');
usort($files, function($a, $b) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,8 @@
convert \
topisto_vert.png \
-channel rgba \
-matte \
-fuzz 40% \
-fill "rgba(255,255,255,0.5)" \
-opaque "rgb(255,255,255)" \
semi_transparent.png

BIN
images/topisto_vert_tr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB