Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
[CODE] import javaQuery.j2ee.ImageResize; public class imagetest { public static void main(String[] args) { ImageResize ir = new ImageResize(); ir.compressImage("c:\\test.JPG", 300, 300); } }[/CODE] Image Resize ir = new ImageResize(); ir.compressImage("FileLink", width, height); Note: If you don't want to change width and height then set width = 0 and height = …
The End.
vkijust4u