Benim Apache / Vista PC ile çalışmak için imagegrabscreen
a> (bir GD işlevi) almaya çalışıyorum.
Ben aşağıdaki kodu kullanarak ediyorum:
<?php
$im = imagegrabscreen();
header('Content-type: image/png');
imagepng($im);
imagedestroy($im);
?>
Şu anda ben bir düz siyah görüntü almak benim ikincil monitör (1024 * 768) boyutu. Ben kapalı bir hizmet, UAC ile Vista SP1, PHP 5.2.8 ve GD (aşağıda bilgi) gibi koşuyoruz, Apache 2.2 kullanıyorum. Ben masaüstüne Apache erişime izin konusunda imagegrabscreen
sayfasındaki not takip ettik. Ben de hizmet ve apache sunucu yeniden ettik. I imagegrabwindow
ile aynı sonuçları almak.
Bu bir bug (diğer insanlar sorun bu yöntemi çalıştıran var mı?) Ya da ben yanlış yapıyorum bir şey var mı?
Array
(
[GD Version] => bundled (2.0.34 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[T1Lib Support] => 1
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XPM Support] =>
[XBM Support] => 1
[JIS-mapped Japanese Font Support] =>
)
Apache Service Log On details: