mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2025-07-30 12:50:17 +00:00
Simple test for new thumbnail generation before integration
This commit is contained in:
13
img/thumb.php
Normal file
13
img/thumb.php
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
// Test of thumbnail generation - Temporarly dropped support for bitmap files until I learn how to generate those
|
||||||
|
|
||||||
|
require('helper.genthumb.php');
|
||||||
|
genthumb('2pojdry.jpg');
|
||||||
|
genthumb('3gyvry5.gif');
|
||||||
|
genthumb('meow.png');
|
||||||
|
|
||||||
|
echo '<img src="thumbs/2pojdry.jpg"><br>';
|
||||||
|
echo '<img src="thumbs/3gyvry5.gif"><br>';
|
||||||
|
echo '<img src="thumbs/meow.png"><br>';
|
||||||
|
|
||||||
|
?>
|
Reference in New Issue
Block a user