3v4l.org

run code in 300+ PHP versions simultaneously
<?php $count = 0; for ($j = 448; $j <= 959; $j++) { $filelist[$count] = "http://www.brusselsguardians.com/map/1/1968_" . $j . ".jpg"; $count++; } $all = new Imagick(); foreach($filelist as $file){ $im = new Imagick($file); $all->addImage($im); } $all->resetIterator(); $combined = $all->appendImages(true); $combined->setImageFormat("png"); header("Content-Type: image/png"); echo $combined; ?>

preferences:
57.78 ms | 402 KiB | 5 Q