Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.picture.core
Interface ImageUtils

All Known Implementing Classes:
ImageJImageUtils, IMImageUtils, MistralImageUtils

public interface ImageUtils

Author:
Max Stepanov

Method Summary
 Blob crop(Blob blob, int x, int y, int width, int height)
           
 InputStream crop(InputStream in, int x, int y, int width, int height)
          Deprecated. 
 boolean isAvailable()
          Returns true if this ImageUtils can be used, false otherwise
 Blob resize(Blob blob, String finalFormat, int width, int height, int depth)
           
 InputStream resize(InputStream in, int width, int height)
          Deprecated. 
 Blob rotate(Blob blob, int angle)
           
 InputStream rotate(InputStream in, int angle)
          Deprecated. 
 

Method Detail

crop

@Deprecated
InputStream crop(InputStream in,
                            int x,
                            int y,
                            int width,
                            int height)
Deprecated. 


resize

@Deprecated
InputStream resize(InputStream in,
                              int width,
                              int height)
Deprecated. 


rotate

@Deprecated
InputStream rotate(InputStream in,
                              int angle)
Deprecated. 


crop

Blob crop(Blob blob,
          int x,
          int y,
          int width,
          int height)

resize

Blob resize(Blob blob,
            String finalFormat,
            int width,
            int height,
            int depth)

rotate

Blob rotate(Blob blob,
            int angle)

isAvailable

boolean isAvailable()
Returns true if this ImageUtils can be used, false otherwise


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.