[Phpmyadmin-devel] transformation options (image_jpeg__inline)

25 Feb
2003
25 Feb
'03
4:23 a.m.
How about a transformation option to choose width and height of inline images? $transform_options = array ('string' => '<img src="transformation_wrapper.php3' . $options['wrapper_link'] . '" alt="[__BUFFER__]" width="' . (isset($options[0]) ? $options[0] : 320) . '" height="' . (isset($options[1]) ? $options[1] : 240) . '">'); Then the user puts, for example, '60','40' in the transform options. Also I wonder how we could get the original width and height of the image, to display without distortion... Marc
8241
Age (days ago)
8241
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marc Delisle