Need code for importing images into image resourse

Hi,my problem is that i want to import the images in the image resource through the script or formula…,can any body give me the code for thats.(remember not through the mannual,i nead through the code…)

Thanks…

Subject: If you don’t mind a third party product, take a look at Import Image 2 Lotus Notes…

II2LN is shipped as a DLL which you can program from LotusScript. Check out Voith's CODE :: Import Image 2 Lotus Notes

Subject: need code for importing images into image resourse

Your choices, as they often are with rich text, are to use DXL, which is available for free but which would require you to convert the image to Base64 encoding first, or to use a third party product such as our Midas Rich Text LSX or II2LN or perhaps Looseleaf Software’s ScriptExpander. With Midas, this would be a two line call in LotusScript. I don’t know the complexity of the other two products (and there may be others, such as rtlib, which would do the job).