Lo hice funcionar!!!
Tuve que agregarle esta linea:
header("Content-type: image/jpeg");
quedo asi
Código PHP:
<?php
header("Content-type: image/jpeg");
include("resize.php");
$thumb=new thumbnail("marado.jpg");
$thumb->size_width(200);
$thumb->show();
?>
Lo pongo acá por si a alguien le ayuda
Saludos!