Hey folks,
I have a new challenge for you. How to manipulate image?
As a matter of fact, I need to render an image that should be picked in a list. There is a place where I will render it. But depending on the size of screen I need resize the image to accomodate it in its determinate area. My question is:
Waiting for ideas...
I have a new challenge for you. How to manipulate image?
As a matter of fact, I need to render an image that should be picked in a list. There is a place where I will render it. But depending on the size of screen I need resize the image to accomodate it in its determinate area. My question is:
How could I load the image, get its properties, like width and height in order to resize keeping its aspect ratio?
I know that there is ImageResource and ClientBundle. But I did not get a way to load dynamic since these classes use @Source annotation in order to identify the resource.Waiting for ideas...
Comment