1) Load picture from byte array.
2) Verify it's current picture size.
3) Resize Picture according to my needs.
Is there any out of the box Java Framework which can help me to do it?
Thanks in advance.
1) Load picture from byte array.
2) Verify it's current picture size.
3) Resize Picture according to my needs.
Is there any out of the box Java Framework which can help me to do it?
Thanks in advance.
Actually, java's default packages should be enough:
Refer to the java working with images tutorial