O

OpenImageLib

Your own low-intrusive large image viewer, high imitation WeChat perfect transition animation, supports custom video players, and can also customize the kernel for loading pictures, such as Glide, Picasso or others
https://github.com/FlyJingFish/OpenImage
The Apache License, Version 2.0
FlyJingFish
Files download
File Operation
OpenImageLib-2.0.3.pom download
OpenImageLib-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.FlyJingFish.OpenImage</groupId>
  <artifactId>OpenImageLib</artifactId>
  <version>2.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.FlyJingFish.OpenImage:OpenImageLib:2.0.3'
Gradle Kotlin
implementation("io.github.FlyJingFish.OpenImage:OpenImageLib:2.0.3")
Scala SBT
libraryDependencies += "io.github.FlyJingFish.OpenImage" % "OpenImageLib" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.FlyJingFish.OpenImage', module='OpenImageLib', version='2.0.3')
)
Apache Ivy
<dependency org="io.github.FlyJingFish.OpenImage" name="OpenImageLib" rev="2.0.3" />
Leiningen
[io.github.FlyJingFish.OpenImage/OpenImageLib "2.0.3"]
Apache Buildr
'io.github.FlyJingFish.OpenImage:OpenImageLib:jar:2.0.3'