English 中文(简体)
PHP 生成th的代码[复制]
原标题:PHP code for generating thumbnails [duplicate]
  • 时间:2012-05-01 02:43:37
  •  标签:
  • php
  • html
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
how to make thumbnails with php

我有一套可上载的器具,使用户能够把图像上载到一台手提服务器上。 我是在(如果可能的话)网页上的一些密码之后,该密码造成了图像的umb,然后让用户点击这些图像的每一个,并展示出全貌。

我已经看到了一些页的篇幅,并作了这方面的描述,然而却发现一些页数很容易做到。

请帮助

感谢

问题回答

此前曾进行过审判。 http://www.php.net/manual/en/imagick.resizeimage.php“rel=“nofollow” 图Magick

$image = new Imagick();
$image->setOption( jpeg:size ,  800x532 );
$image->readImage( foo.jpg );




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签