I am using tapestry5 framework, in which I am using uploadedFile component which is returning me a file which is type of an image.
Now I want to resize that image to 20 x 20, irrespective of the type of the image.
Is there any way with Java API or with Tapestry5 framework to achieve this?