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
- 25,515
- Points
- 823
Reputation:
We recently migrated a vBulletin 4 to XenForo 2.3 and afterwards got some complaints from users that thumbnails are blurry / unsharp (image optimization is not yet turend on).
Compairing thumbnail images between vBulletin and XenForo this indeed seems to be true.
Stepping through the code it looks like vBulletin always applied an unsharp mask on generated thumbnails, XenForo does not do that even though it has a
Read more
Continue reading...
Compairing thumbnail images between vBulletin and XenForo this indeed seems to be true.
Stepping through the code it looks like vBulletin always applied an unsharp mask on generated thumbnails, XenForo does not do that even though it has a
unsharpMask()
method but apparently only XFMG uses unsharpMask()
...Read more
Continue reading...