> > I use php images functions to have one attachment image per article
> > and plenty of thumbnials with many sizes. 
> > I wonder how to get W and H of images using midgard functions?
> > I need realy very fast way cause I open image on 
> > another subpage with <IMG src=..>, so I do not want to open image twice.
> > 
> > Any hints??
> 
> Every attachment could have two parameters like "width" or "height".
> .. or one parameter like "size" as key and "<WIDTH>,<HEIGHT>" as value.

Yes, indeed, 
You may have attachment' size with mgd_stat_attachment , but at last I need
open attachment to get its W and H.
That way I need get image from url with mgd_serve_attachment
use image functions and next use another url which generates resized
images. 


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to