Image Viewer

A Swing image viewer component.

License

License

GroupId

GroupId

hu.kazocsaba
ArtifactId

ArtifactId

image-viewer
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

Image Viewer
A Swing image viewer component.
Project URL

Project URL

https://github.com/kazocsaba/imageviewer
Source Code Management

Source Code Management

https://github.com/kazocsaba/imageviewer

Download image-viewer

How to add to project

<!-- https://jarcasting.com/artifacts/hu.kazocsaba/image-viewer/ -->
<dependency>
    <groupId>hu.kazocsaba</groupId>
    <artifactId>image-viewer</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/hu.kazocsaba/image-viewer/
implementation 'hu.kazocsaba:image-viewer:1.2.3'
// https://jarcasting.com/artifacts/hu.kazocsaba/image-viewer/
implementation ("hu.kazocsaba:image-viewer:1.2.3")
'hu.kazocsaba:image-viewer:jar:1.2.3'
<dependency org="hu.kazocsaba" name="image-viewer" rev="1.2.3">
  <artifact name="image-viewer" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.kazocsaba', module='image-viewer', version='1.2.3')
)
libraryDependencies += "hu.kazocsaba" % "image-viewer" % "1.2.3"
[hu.kazocsaba/image-viewer "1.2.3"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.easytesting : fest-swing jar 1.2.1

Project Modules

There are no modules declared in this project.

This project provides a Swing image viewer component.

See the wiki for additional details and screenshots, and the Javadoc API located here.

Features

  • integrated scroll pane
  • multiple resize policies
  • popup menu to set viewing settings and save the image
  • mouse listeners in image coordinate system
  • overlays to draw over the image
  • status bar support

Using

The library resides in the central Maven repository with group ID hu.kazocsaba and artifact ID image-viewer. If you use a project management system which can fetch dependencies from there, you can just add the library as a dependency. E.g. in Maven:

<dependency>
	<groupId>hu.kazocsaba</groupId>
	<artifactId>image-viewer</artifactId>
	<version>a.b.c</version>
</dependency>

Otherwise you can download it directly.

Versions

Version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0