Search:

Type: Posts; User: subhvi

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    21,774

    [SOLVED] [SOLVED]Re: Change the size of an image

    Thank u all.Its working.
  2. Replies
    4
    Views
    21,774

    [SOLVED] Re: Change the size of an image

    I use this method.
    public static BufferedImage resizeImage(final Image image, int width, int height) {
    final BufferedImage bufferedImage = new BufferedImage(width, height,...
  3. Replies
    4
    Views
    21,774

    [SOLVED] Change the size of an image

    Hello everyone..
    Is it possible to change the size (i.e.)height and width of an image through java.If it is,please do me a favor.

    Thanks.
Results 1 to 3 of 3