I am trying to make it so that I can take a users avatar and display it at 3 different sizes: 100 x 100, 50 x 50, and 20 x 20. I cannot figure out how to do this, as I tried using PHP's built-in image functions, but it didn't work since vBulletin's avatars use the image.php file to show the images. How could I go about resizing the avatars while still using PHP's resizing image functions?
How will you assign the 3 different sizes? Is it stored in database, by random or is the image itself the correct size. Peace,