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

phpcmsv9 - phpcms v9 thumbnail blurry

WBOY
Release: 2016-08-04 09:21:55
Original
908 people have browsed it

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>
Copy after login
Copy after login

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>
Copy after login
Copy after login

Tested in various ways, but still doesn’t work

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template