Hello,
Bir basın arşivi var. Basın arşiv görüntüler automattically bir PDF belgesi için bağlantılar olarak minik yarattı.
Bu i IE 6, 7 ve ne olsun 8:
O ince çalışır iken Chrome:
: Küçük otomatik tarafından imagemagick oluşturulur
$cmd = 'convert ' . $_FILES['file']['tmp_name'] # This is a PDF file
. '[0]' # This indicates that it is the first page that should be converted
. ' -resize "120x120>" ' # This is the size of the thumbnail
. $thumb_path; # This is the destination
$resize_output = exec($cmd);
Bir komut bu gibi bakabilirsiniz
convert /tmp/AcXDYe[0] -resize "120x120>" /var/www[...]
However
Ben görüntülerde biraz daha yakından baktı ve onlar biraz farklı görünüyor ve bu tüm başarısız görüntüler arasında bir tema
- Görüntü o IE does'nt çalışma: http://regex.info/exif.cgi?url=http://bit.ly/aFTL3T
- Çalışıyor Resim: http://regex.info/exif.cgi?url=http://bit.ly/b71B7R
Bu IE uyumlu JPEG'leri oluşturur böylece Yani, benim imagemagick komutunu değiştirebilirim?