Home >Backend Development >PHP Tutorial >phpcmsv9 - phpcms v9 thumbnail blurry

phpcmsv9 - phpcms v9 thumbnail blurry

WBOY
WBOYOriginal
2016-08-04 09:21:55915browse

phpcms v9 intends to call the thumbnail as the slideshow image, but the thumbnail is very blurry

Already followed the online method

<code>注释 else imagecopyresized($thumbimg, $srcimg, 0, 0, $psrc_x, $psrc_y, $width, $height,  $srcwidth, $srcheight); 
修改 $imagefun($thumbimg, $filename,90);</code>

Tested in various ways, but still doesn’t work

Reply content:

phpcms v9 intends to call the thumbnail as the slideshow image, but the thumbnail is very blurry

Already followed the online method

<code>注释 else imagecopyresized($thumbimg, $srcimg, 0, 0, $psrc_x, $psrc_y, $width, $height,  $srcwidth, $srcheight); 
修改 $imagefun($thumbimg, $filename,90);</code>

Tested in various ways, but still doesn’t work

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn