Oh don't worry about this... I've already found the mistake...
> Thanks to those who helped me last time about creating image, but now
there
> is another problem...
> I'm making a thumblain like this:
>
> $base_size = 300;
>
> $size = GetImageSize($image1);
> $kof =
Thanks to those who helped me last time about creating image, but now there
is another problem...
I'm making a thumblain like this:
$base_size = 300;
$size = GetImageSize($image1);
$kof = ($size[0] > $size[1]) ? $size[0] : $size[1];
$koef = ($base_size / $kof);
2 matches
Mail list logo