cancel
Showing results for 
Search instead for 
Did you mean: 

cropping the image

Former Member
0 Kudos

Hi Experts,

My requirement is to crop the image by given height and width in WebDynpro.Please help me in this regard.

Thanks,

Ramani.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

solved it on my own

Former Member
0 Kudos

Hello Ramani,

I also got same issue.

Can you please provide me some code, how you have solved, i will do the same.

Thanks

Venkat.

Former Member
0 Kudos

Hi Ramini,

from SP12 in ABAP WD you can adjust the image size by setting the width and height (dynamically by binding it to context). For image cropping, i won't say it's not possible coz i've seen a program by Thomas Jung where he tried to play with pixels of image (image inverting through ABAP).

Cheers,

Santosh

Former Member
0 Kudos

In newer versions the Image UI element has a property "adjustImageSize". Set this to true and assign the needed width or height.

Armin

Former Member
0 Kudos

Hi Armin,

i have set the property "adjustImageSize" to true,but the image is coming as it is(with the given height and width).but i want the part of the image.

Thanx,

Ramani

former_member185086
Active Contributor
0 Kudos

Hi

Cropping is not possible in webdynpro ya design time u can define the hight/width.

For latest functionality u can check with CE EHP1 but still cropping is not there only drag and drop .(Some ajax feature are there)

Best Regards

Satish Kumar

Edited by: satish jhariya on Mar 18, 2009 3:05 PM