michaellunsford Posted April 13, 2006 Share Posted April 13, 2006 I want to save some small avatar type images to a database. I can reduce them into oblivion, but I like the resolution and compression around 64k (which also happens to be the limit I've set in mysql). Is there a way to guesstimate the file-size of an image before attempting to save it to the database?example: the user is going to upload a file. php will be reducing it to about 640x480 resolution (if it is larger than that) -- but some complex graphics will inevitably be over the 64k limit. So, when that is the case, I might choose to increase the jpg compression. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.