0 Replies Latest reply on Jan 10, 2009 2:33 AM by tony.herstell1

    Feature Request

    tony.herstell1

      <s:transformImageSize width="75" maintainRatio="true"/>




      I would like to have this extended to be:



      <s:transformImageSize maxWidth="75" maxHeight="200" maintainRatio="true"/>



      The control would examine the image and only resize it IF it was outside either maxXXX size and then of course take it to whichever maxXXX was hit first whilst still honoring the maintainRatio setting.



      Would it be also possible to have this code exposed so that I can call from the code to create a thumbnail for an image for storing in the Database?.


      Also, is it me or does the re-sizing kill off the animation for an animated gif?