Dekoh platform API

dekoh.portal.fwk.image
Interface PhotoResizer

All Known Implementing Classes:
FallBackMultiProcessGDIPResizer, JavaPhotoResizer, MultiProcessGDIPResizer, NativePhotoResizer

public interface PhotoResizer

Since:
Feb 28, 2008

Method Summary
 void destroy()
           
 void resize(File orig, File med, File small, File sq)
           
 void resize(File orig, File med, File small, File sq, EXIFOrientation orientation)
           
 

Method Detail

resize

void resize(File orig,
            File med,
            File small,
            File sq)
            throws IOException
Throws:
IOException

resize

void resize(File orig,
            File med,
            File small,
            File sq,
            EXIFOrientation orientation)
            throws IOException
Throws:
IOException

destroy

void destroy()
             throws IOException
Throws:
IOException

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers