mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 09:42:39 +00:00
Simple test for new thumbnail generation before integration
This commit is contained in:
parent
1a6bb8501a
commit
e9d7968a5a
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>';
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user