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. Link to comment https://forums.phpfreaks.com/topic/7315-calculating-filesize-of-imagecreatetruecolor-images/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.