I have images stored in a database that need to be resized when display in a list (table)
if I just put a height, width, they are distorted.
I only have a blob field, no type or other info.
I am displaying it like:
<img alt="no image" src="data:image/jpg;base64,<?php print base64_encode($row->Picture)?>">
Any idea on what I can do?
Thanks
Frank

Help














