com.khubla.pragmatach.plugin.responsive
Class ImageResizer

java.lang.Object
  extended by com.khubla.pragmatach.plugin.responsive.ImageResizer

public class ImageResizer
extends Object

Author:
tome

Constructor Summary
ImageResizer()
           
 
Method Summary
static void resize(InputStream inputImage, OutputStream outputImage, double xscale, double yscale)
           
static void resize(InputStream inputImage, OutputStream outputImage, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageResizer

public ImageResizer()
Method Detail

resize

public static void resize(InputStream inputImage,
                          OutputStream outputImage,
                          double xscale,
                          double yscale)
                   throws PragmatachException
Throws:
PragmatachException

resize

public static void resize(InputStream inputImage,
                          OutputStream outputImage,
                          int width,
                          int height)
                   throws PragmatachException
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.