[Product-Developers] [AT/ImageField] Rescaling images with a fixed width

Andreas Jung lists at zopyx.com
Fri Jan 23 09:41:39 UTC 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there,

I have the following usecase:

 - an ATImage derived image class contains a field "imageClass"
 - for a certain value of 'imageClass' the uploaded original image
   must be scaled up or down to _fixed width of 500px_ (independent
   of the image ratio) for all cases.

I came to the point where I am able to set the 'max_size' and
'original_size' parameter for individual instances of my image class
implementation. Scaling an image down to 500px width works so far
for image where width>height but not if height>width. Also upscaling
does not seem to be support by rescaleOriginal() implementation
of ImageField. Any hint if this problem can be solved with a custom
parameters for 'max_size' and/or 'original_size'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkl5kNMACgkQCJIWIbr9KYxRCACeKRywyArTKkABQxz4g8e/BckD
XaoAoNwFqdgLp/QAO3kKG1UvNVtC2lcf
=DsFt
-----END PGP SIGNATURE-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20090123/882db32b/attachment.vcf>


More information about the Product-Developers mailing list