I have some additional needs....
I'd like the ability to resize existing attachments. Right now the user or the administrator or moderator must save it to their local computer, resize it there, and then upload it to the post.
I'd like the option of using the Attachments Management interface, and where you "edit" have an option to resize in place. I imported my site from Invisionboard, and am now implementing size restrictions, so it would be really valuable to have a "resize in place" function.
A "mass resize in place" script would be really cool. Maybe I'll end up writing that... since I store my attachments in the file system I can simply find a large image in the database, read it its file location, run it through "convert", and then update the database with the new size.
==========edited later==============
I was just looking at the database, VB also stores a filehash for the attachment. Anyone know what that is used for? Is it critical that I fix up that field if I resize the image via a script?
|