Posts
 
Reputation
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
~334 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for nikk

[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 = …

Member Avatar for vkijust4u
0
334

The End.