Object

im.actor.server.file

ImageUtils

Related Doc: package file

Permalink

object ImageUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImageUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AvatarSizeLimit: Long

    Permalink
  5. val LargeSize: Int

    Permalink
  6. val SmallSize: Int

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def avatar(ad: AvatarData): Option[Avatar]

    Permalink
  9. def avatarImage(idhashsizewh: Option[(Long, Long, Long, Int, Int)]): Option[AvatarImage]

    Permalink
  10. def avatarImage(idhashsize: Option[(Long, Long, Long)], width: Int, height: Int): Option[AvatarImage]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def dimensions(aimg: ParImage)(implicit ec: ExecutionContext): (Int, Int)

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getAvatar(avatarModel: AvatarData): Avatar

    Permalink
  17. def getAvatarData(entityType: TypeVal, entityId: Int, avatar: Avatar): AvatarData

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def resizeTo(aimg: ParImage, side: Int)(implicit ec: ExecutionContext): Future[ParImage]

    Permalink
  25. def scaleAvatar(fullFileId: Long, rng: ThreadLocalSecureRandom, smallDesc: ThumbDescriptor, largeDesc: ThumbDescriptor)(implicit system: ActorSystem): DBIO[Either[Throwable, Avatar]]

    Permalink
  26. def scaleAvatar(fullFileId: Long, rng: ThreadLocalSecureRandom)(implicit system: ActorSystem): DBIO[Either[Throwable, Avatar]]

    Permalink
  27. def scaleAvatar(fullFileId: Long)(implicit fsAdapter: FileStorageAdapter, ec: ExecutionContext, system: ActorSystem): DBIO[Either[Throwable, Avatar]]

    Permalink
  28. def scaleAvatarF(fullFileId: Long)(implicit fsAdapter: FileStorageAdapter, ec: ExecutionContext, system: ActorSystem): Future[Either[Throwable, Avatar]]

    Permalink
  29. def scaleStickerF(fullFileId: Long)(implicit fsAdapter: FileStorageAdapter, ec: ExecutionContext, system: ActorSystem): Future[Either[Throwable, Avatar]]

    Permalink
  30. def scaleTo(aimg: ParImage, side: Int)(implicit ec: ExecutionContext): Future[ParImage]

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped