Is there any extension that will allow user's pictures to be scaled into the corrected sizes instead of centered and cropped? Is this even possible? 90% of my members don't know how to resize/crop/scale pics in a graphics program. It would be great be able to have them upload any size pic and have something resize it to the appropriate dimensions. I guess some cropping would have to happen if the pic wasn't square and because the large icon dimensions are not square.
sure it's possible. but you're right, most pictures would need either cropping to exactly fill the dimensions, or just resizing so that all of the length or width of the picture fit in the box. i've done this in PHP a million times, but never as a vanilla add-on. it would be simple.
have ya'll ever messed with image magick? I've been using that recently to resize images cause it can resize animated and transparent images where GD doesnt have support for that. Maybe somehow in the extension you're creating have an option to use image magick instead of gd would be cool! Though not all host / servers have it installed.