Dekoh platform API

dekoh.portal.fwk.image
Class JavaPhotoResizer

java.lang.Object
  extended by dekoh.portal.fwk.image.JavaPhotoResizer
All Implemented Interfaces:
PhotoResizer

public class JavaPhotoResizer
extends Object
implements PhotoResizer

Since:
Feb 28, 2008

Constructor Summary
JavaPhotoResizer()
           
 
Method Summary
 void destroy()
           
static void main(String[] args)
           
 void resize(File orig, File med, File small, File sq)
           
 void resize(File orig, File med, File small, File sq, EXIFOrientation exifOrientation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPhotoResizer

public JavaPhotoResizer()
Method Detail

resize

public void resize(File orig,
                   File med,
                   File small,
                   File sq)
            throws IOException
Specified by:
resize in interface PhotoResizer
Throws:
IOException

resize

public void resize(File orig,
                   File med,
                   File small,
                   File sq,
                   EXIFOrientation exifOrientation)
            throws IOException
Specified by:
resize in interface PhotoResizer
Throws:
IOException

destroy

public void destroy()
             throws IOException
Specified by:
destroy in interface PhotoResizer
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers