ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,707
- Points
- 823
Reputation:
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...