Class PhotoResizer

java.lang.Object
org.jivesoftware.openfire.vcard.PhotoResizer

public class PhotoResizer extends Object
Image resizing utility methods.
  • Field Details

  • Constructor Details

    • PhotoResizer

      public PhotoResizer()
  • Method Details

    • resizeAvatar

      public static void resizeAvatar(org.dom4j.Element vCardElement)
    • cropAndShrink

      public static byte[] cropAndShrink(byte[] bytes, int targetDimension, ImageWriter iw)