use pngs instead of gifs when pngs are smaller

This commit is contained in:
Jonathan Ernst
2005-01-15 17:27:47 +00:00
committed by WineHQ
parent e333c4ee35
commit 93d3d6b748
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 B

BIN
images/no_screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

BIN
images/winehq_top_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -24,7 +24,7 @@
<td>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
<td width="100%"><a href="<?php echo BASE; ?>"><img src="<?php echo BASE; ?>images/winehq_top_logo.png" width=300 height=99 alt="Wine HQ"></a></td>
<td>
<img src="<?php echo BASE; ?>images/blank.gif" width=10 height=1 alt="">
</td>

View File

@@ -19,7 +19,7 @@ function get_screenshot_img($appId, $versionId="")
if(!$result || !mysql_num_rows($result))
{
$imgFile = "<img src='".BASE."images/no_screenshot.gif' alt='No Screenshot' />";
$imgFile = "<img src='".BASE."images/no_screenshot.png' alt='No Screenshot' />";
}
else
{