> The normal way to do this is to add the parameters as snippets when > uploading the image. > > Nadmin does it this way. Take a look at the different parameters > allready defined there and you might have what you need already. > > If not, I would use the php functions to check H & W and then create the > parameters for the functions so that the next time the image is served > you do not have to. > > Something like: > > if (!$img->size_X && !$y = $img->size_Y ) $size = get_image_size(); >
I am not sure if we talk about the same issue. I do not mean uploading. When you want to serve image , You have to call it on 'empty-style' page, to avoid header sent error. If you want to manipulate images You have to send image also on 'empty-style' page and additionaly get Your image from url. Right? So that way I fought about calling 'ob' somewhere on page to avoid header sent error and get image size. I can not use this control structure You wrote with <IMG src=/path> where path is empty style page. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
