com.khubla.pragmatach.plugin.responsive
Class ImageResizer
java.lang.Object
  
com.khubla.pragmatach.plugin.responsive.ImageResizer
public class ImageResizer
- extends Object
 
- Author:
 
  - tome
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ImageResizer
public ImageResizer()
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.