How Can I Display a specific part of an image?

I have a one single image inside the app, lets say IMG01.jpg
I have 2 different image components
I would like to show half of the IMG01.jpg inside the image1 component and the other half inside image2 component.
Is this possible? Thanks in advance for your help.

Ps: I do not want to crop and create new images. I just want to display a spesific part of an image.

bir canvas içinde iki farklı imagesprite kullanarak yapılabilir

Write in English Community official language

can be done using two different imagesprites inside one canvas

I really wonder how can I display a specific part of an image in an imagesprite.

Search tutorial on image sprite available on community

Mate its not possible unless you draw every pixel of the source image by using image sprites as far as I know.