Hi Will,

the module does what he said... it does automatic scaling with some options
on formats.

1) You put an image (1600x1200) on media repository
2) you now can use this image in your paragraphs/templates by using either
the el functions or tag media to specify the resolution you need and the
resize/crop mode:
    - fit in: the image is scaled to fit in the resolution you specify;
    - crop centered: the image is scaled to fill the resolution you specify
and image parts that outfits the required area are cropped (centered);
    - fill: the image is scaled to fill the resolution you specify.
Outfitting image parts are not cutted;
3) Using the media tag you can just specify one target dimension (e.g.
width) and the image will be resized to the required width keeping image
size proportions
4) Using the media tag you can output html img tag with width and height in
"ems" in order to scale accotrding to html body font-size

All resize/crop modes keep image proportions.

When an image is resized, you can specify some filters to be applied on
resulting image like b&w and round corners.


Manuel

On Sun, Nov 8, 2009 at 5:06 PM, Will Scheidegger <[email protected]>wrote:

>
> Well, the screencast look promising, although... the scaling is not
> documented - only cropping. Are you familiar with the module? I found
> "automatic image scaling" on the features list. Can you tell me anything
> about that?
>
> Regards,
> Will
>
>
> On 07.11.2009, at 20:33, Danilo Ghirardelli wrote:
>
>
>>  I guess if no such module is available I'll start to re-factor our code.
>>> But if I don't have to...
>>>
>>
>> I don't know if this fits exactly your requirements, but seems quite
>> similar:
>> http://lab.openmindonline.it/lab/products/media.html
>>
>> Regards, Danilo.
>>
>> ----------------------------------------------------------------
>> For list details see
>> http://www.magnolia-cms.com/home/community/mailing-lists.html
>> To unsubscribe, E-mail to: <[email protected]>
>> ----------------------------------------------------------------
>>
>>
>
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
>
>

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to