Class BlurHash

java.lang.Object
com.jackmeng.halcyoninae.cloudspin.lib.BlurHash
All Implemented Interfaces:
Blur

public class BlurHash extends Object implements Blur
The Main BlurHash Extern Class that provides a High Level Method to directly interface with the Child Low Level Class
Since:
1.0
Author:
Jack Meng
See Also:
  • Constructor Details

    • BlurHash

      public BlurHash()
  • Method Details

    • blur

      public BufferedImage blur(BufferedImage image, int _x, int _y, Object... otherParams)
      Description copied from interface: Blur
      This method will be implemented by all Blurring classes that will help to blur an image.
      Specified by:
      blur in interface Blur
      Parameters:
      image -
      _x -
      _y -
      otherParams -
      Returns:
      BufferedImage