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