modification logo dans about.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
BIN
images/logo/medium/transparent.png
Normal file
BIN
images/logo/medium/transparent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
8
images/logo/medium/transparent.sh
Normal file
8
images/logo/medium/transparent.sh
Normal 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
BIN
images/topisto_vert_tr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user