|
Hello,
Thanks, I have displayed the images which them was
stored in a Oracle's BLOB field, with:
<dtml-call
expr="RESPONSE.setHeader('content-type','image/jpeg')">
<dtml-in SQLMethod_with_a_Only_Row> <dtml-var expr="BLOB_FIELD.read()"> </dtml-in> However, I would like to resize this image. I can
not do it with the "height" and "width" attributes, because the image is
obtained from a Oracle's BLOB field, and no from image object (i.e.: I can
not use <dtml-var "ImageObject.tag(border='5',
align='left')">).
How can I do it ?
Thanks again !
|
- Re: [Zope-dev] Resize a image stored in a Oracl... Juan Javier Carrera Obrero
- Re: [Zope-dev] Resize a image stored in a ... Leonardo Rochael Almeida
- Re: [Zope-dev] Resize a image stored in a ... Lennart Regebro
- Re: [Zope-dev] Resize a image stored in a ... Matthew T. Kromer
