R
Rasmus Vind
Guest
I have a problem where the Imagick drivers fails to downscale an image. I have a feeling it has something to do with the
Read more
Continue reading...
foreach
loop, but I have no idea why. The reason I made the foreach
example is because XenForo does the same thing. After calling thumbnailimage
the image returns false
on isValid()
/ valid()
. Do we need some sort of conditional on when to foreach
and when not to? Because the Imagick
object supports...Read more
Continue reading...