Experimental high performance image utilities for Java. For example, getting the size of an image with as little data read from a file as possible.
| License |
License |
|---|---|
| GroupId | GroupIdcom.fizzed |
| ArtifactId | ArtifactIdmediaj |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent pom for all Fizzed maven projects
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mediaj-0.0.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fizzed/mediaj/ -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>mediaj</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzed/mediaj/
implementation 'com.fizzed:mediaj:0.0.1'
// https://jarcasting.com/artifacts/com.fizzed/mediaj/
implementation ("com.fizzed:mediaj:0.0.1")
'com.fizzed:mediaj:pom:0.0.1'
<dependency org="com.fizzed" name="mediaj" rev="0.0.1">
<artifact name="mediaj" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzed', module='mediaj', version='0.0.1')
)
libraryDependencies += "com.fizzed" % "mediaj" % "0.0.1"
[com.fizzed/mediaj "0.0.1"]
Experimental high performance image utilities for Java. For example, getting the size of an image with as little data read from a file as possible.
| Version |
|---|
|
0.0.1
|