Hi TLN, The width and height is saved in JCR by the DAM when the image is uploaded so there's no need to take it from the image during rendering or when the dialog is saved.
The DamConfig class was deprecated in error and the deprecation has since been removed. You can disregard the warning entirely and it will go away when you move to a later version. SaveHandlers has a major disadvantage in that they were responsible for saving for all the fields in a dialog. A SaveHandler needed to do the right thing for all of the fields. This meant that if you introduced a custom control with specific saving requirements you would need to write a new SaveHandler that covered it and all other controls. Long term this turns into a combinatorial explosion. Having each field do its own saving is a better design and that's what we went for in Magnolia 5. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=0612f2d8-6e20-4436-a3c9-8e25a64ffb97 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------