Last Version

BMP I/O 1.0

A bmp creation library that will create BMP image files including header based on raw byte array data.

License

License

GroupId

GroupId

com.github.nayuki
ArtifactId

ArtifactId

BMP-IO
Version

Version

1.0
Type

Type

jar
Description

Description

BMP I/O
A bmp creation library that will create BMP image files including header based on raw byte array data.
Project URL

Project URL

https://github.com/nayuki/BMP-IO

Download BMP-IO 1.0


<!-- https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/ -->
<dependency>
    <groupId>com.github.nayuki</groupId>
    <artifactId>BMP-IO</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/
implementation 'com.github.nayuki:BMP-IO:1.0'
// https://jarcasting.com/artifacts/com.github.nayuki/BMP-IO/
implementation ("com.github.nayuki:BMP-IO:1.0")
'com.github.nayuki:BMP-IO:jar:1.0'
<dependency org="com.github.nayuki" name="BMP-IO" rev="1.0">
  <artifact name="BMP-IO" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nayuki', module='BMP-IO', version='1.0')
)
libraryDependencies += "com.github.nayuki" % "BMP-IO" % "1.0"
[com.github.nayuki/BMP-IO "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.