Hi frnds ,
Using this sub rotuine i used to extract images from webpages by giving inputs as the image location in web and the local location at where the image should be saved.
using uri; getstore($imageloc,"picss/".$loc."Images/image$i3c.jpg");
But gif format and other format images extracted from webpages are being stored as jpg by the above code and they are not being opened in my local system when i try to see them.So,how do i change my code so that any format image can be stored in its own format instead of jpg and hence i can see the images after extracted.