I have an image stored in a database using a byte[]. Now, when I read it from the database I'd like to resize it to a certain size so I can avoid having to smash it using HTML.
Does anyone know of a way to do this?
Does anyone know of a way to do this?
Comment