cancel
Showing results for 
Search instead for 
Did you mean: 

Image Saver

Former Member
0 Kudos

Hello Everyone !

I am trying to work with Image Saver. I tried rest of the actions like HTML, XML and Text Loader and saver. But facing problem in Image Saver action. What should be the value for "Encoded Image" proprerty of it ?

I want a .png file to be saved on server. What I must pass to get this done ???

Thanks....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Manoj,

How can I load Animated Object / Charts through Image Loader ???

Regards,

Vaibhav

Former Member
0 Kudos

Hi

Add one chart action block in your transaction and assign query template and display template for same.

than assign encoded image of chart action to your encoded image of image saver action block.

Hope it helps!!

Regards,

Manoj Bilthare

Former Member
0 Kudos

Vibhav,

If you are using mii image then in Image Loader Action block pass


URL := db://<your file path>

hint: drag and drop any image file in your bls and note down the path.

If you are using web url then pass url


URL := http://<image path>

after this map the encodedImage output of ImageLoader Action block to input of Image SaverAction block

Thanks.

Anshul

Former Member
0 Kudos

In addition to manoj if you are using the igrid or iChart in IRPT page.

you can get url of iGrid/iChart from


url = iChart.saveImage()

This url you can pass in ImageLoader action block of BLS.

and Then you can pass encoded image to image Saver.

Thanks

Anshul

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Anshul,

What properties values have to set to load a image from web url or your mii folder ????

Regards,

Vaibhav Singhania

Former Member
0 Kudos

Dear Vaibhav,

For Image saver you have to pass encoded image as input.

it could be one of the following.

1. Load a image from web url or your mii folder using Image Loader action block. and map the encoded image to output.

2. EncodedImage (Out) of Chart action block

3. EncodedImage (Out) PDF Image action block.

4. EncodedImage (Out) SVG Renderer action block.

Thanks

Anshul

Former Member
0 Kudos

Hi,

Following are way to assign image to image saver action block.

1. Load image through image loader than assign encoded image to Image saver action block (just for testing purpose).

2. You can take chart/AnimatedObject action block and assign encoded image to Image saver action block .

Hope this help!!!

Regards,

Manoj Bilthare