Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 28, 20159 yr I really wish you could implement automatic image resizing for image uploading in both the forums and gallery. That is probably the number one question I get from my users when their image won't upload, and and it would be so much better if the admin could just set maximum dimensions and file sizes, and if the file was too big, it would just be reduced down and not rejected.
June 28, 20159 yr Well for dimensions, there is already this: The file sizes depend on your server upload settings and processing power. It wouldn’t be helpful, if the IPS software lets files through, which are too large and then return a server error.
June 28, 20159 yr Author I have had that setting set, but it has seemed to have had no affect and I had to switch it to unlimited, which of course allows a person to upload to whatever the max upload limit is that is set by php. A file size reduction would be best though. That way you could set a limit like 250 kb, and if a person uploads a 2 meg file, then it will be reduced down to no larger than 250 kb and the max dimensions.
June 28, 20159 yr That way you could set a limit like 250 kb, and if a person uploads a 2 meg file, then it will be reduced down to no larger than 250 kb …I wouldn’t know how this could work. A file size is a result of image-downsizing. I wouldn’t know how the software could target a specific file size, other than creating dozens of files and then only keep the one that matches the target size “accidentally”. But like I said: the functionality for creating reasonable file sizes is there through the max dimension settings. Also the image quality settings (depending on the used graphics library) play an important role.
June 29, 20159 yr Author And I guess my termenology is sort of incorrect. I should be saying compressing. There are some very good programs out there, but trying to get the average user to take their original, resize it, and then compress it would be nearly impossible. I believe ImageMagick has has the capability using -define jpeg:extent=max value
July 2, 20159 yr We run a forum that has a lot of photos. We set the maximum image size to 800x600. Currently we have photos 31kb to 934kb (All 800x600 or less) - it would be great if we could set a maximum of, say 250kb!
July 4, 20159 yr We run a forum that has a lot of photos. We set the maximum image size to 800x600. Currently we have photos 31kb to 934kb (All 800x600 or less) - it would be great if we could set a maximum of, say 250kb!800x600? That must suck for those using higher resolution screens (1920x1080 and similar ratios).
Archived
This topic is now archived and is closed to further replies.