I am storing my images in a mysql database. Can i use the 'GetImageSize' function to get the dimensions of the image when i select it from the database or should i get the dimensions before i store it in the database. Thanks
Pretty sure both ways would work.. Do a test to see if it works the selected data. If it does thats one less col.
It might be a column or two less, but it means that the size would have to be determined every time; storing it in the database means it would only have to be calculated once.
Memory is cheap; time is scarce.