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.7.pom download
OpenImageLib-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.FlyJingFish.OpenImage</groupId>
  <artifactId>OpenImageLib</artifactId>
  <version>2.0.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.FlyJingFish.OpenImage:OpenImageLib:2.0.7'
Gradle Kotlin
implementation("io.github.FlyJingFish.OpenImage:OpenImageLib:2.0.7")
Scala SBT
libraryDependencies += "io.github.FlyJingFish.OpenImage" % "OpenImageLib" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.FlyJingFish.OpenImage', module='OpenImageLib', version='2.0.7')
)
Apache Ivy
<dependency org="io.github.FlyJingFish.OpenImage" name="OpenImageLib" rev="2.0.7" />
Leiningen
[io.github.FlyJingFish.OpenImage/OpenImageLib "2.0.7"]
Apache Buildr
'io.github.FlyJingFish.OpenImage:OpenImageLib:jar:2.0.7'