se.digiplant.imagemagick.plugin.api

IMPlugin

object IMPlugin

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IMPlugin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val configuration: Configuration

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(path: String, file: String, setting: String): Option[File]

    Creates and caches image in local cache directory

    Creates and caches image in local cache directory

    path

    The path to where the images are stored

    file

    The filePath relative to the path variable (the same as the play Assets Controller)

    returns

    a File if everything when well

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getRes(fileuid: String, source: String = "default", setting: String = "default"): Option[File]

    fileuid

    The unique play-res file identifier

    source

    The play-res source name

    returns

    a File if everything when well

  13. def guessImageFormat(file: File): String

    Detect the image format "jpg" or "png" Done by reading the first bytes of the file to check if it correspond to a file format "signature"

    Detect the image format "jpg" or "png" Done by reading the first bytes of the file to check if it correspond to a file format "signature"

    file

    The File we want to analyse

    returns

    A String representing the image format "jpg" or "png"

    See also

    http://www.garykessler.net/library/file_sigs.html

  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. def resize(file: File, op: IMOperation): File

    Resizes an image and stores it in a temp file that we then can move into a cache

    Resizes an image and stores it in a temp file that we then can move into a cache

    file

    The file to resize

    returns

    A resized file

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped