I’m having some difficulties getting the imgsizer plugin to work on a new site. I’ve installed it properly (and have used it with success before). But on this install I get an error when I try to call the imgsizere tag. Using this:
<ul id="images" class="modal-links group">
{exp:channel:entries channel="image" status="open"}
<li>{exp:imgsizer:size src="{full_img}" height="120"}{sized}</a>{/exp:imgsizer:size}</li>
{/exp:channel:entries}
</ul>Fatal error: Call to undefined function imagecreatefrompng() in /var/www/sites/hosted-dww/sarahstockstill.com/system/expressionengine/third_party/imgsizer/pi.imgsizer.php on line 466
I looked at the error line, briefly, doesn’t seem to be any diff than the imagecreatefromjpeg function?