Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    21,744

    [SOLVED] Re: Change the size of an image

    The resizeImage method will return you a new image which you will have to use, it doesn't change your current image.



    Image imag =...
  2. Replies
    4
    Views
    21,744

    [SOLVED] Re: Change the size of an image

    Short answer, yes.

    Longer answer, yes, I have the following code in my ImageUtility class.



    public static BufferedImage resizeImage(final Image image, int width, int height) {
    ...
Results 1 to 2 of 2