com.atlassian.core.util.thumbnail
Interface ImageScaler

All Known Implementing Classes:
MemoryImageScale, StreamImageScale

public interface ImageScaler


Method Summary
 BufferedImage scaleImage(int maxWidth, int maxHeight, ReusableBufferedInputStream imageStream)
           
 

Method Detail

scaleImage

BufferedImage scaleImage(int maxWidth,
                         int maxHeight,
                         ReusableBufferedInputStream imageStream)
                         throws IOException
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.