Etyl Paparazzi

A simple tool to take screenshots of Etyl Applications

License

License

Harium Commercial License
GroupId

GroupId

com.harium.etyl
ArtifactId

ArtifactId

paparazzi
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Etyl Paparazzi
A simple tool to take screenshots of Etyl Applications

Download paparazzi

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.harium : etyl Optional jar 1.0.18

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Etyl Paparazzi

Simple tool to take screenshots of Etyl Applications

Maven

<dependency>
    <groupId>com.harium.etyl</groupId>
    <artifactId>paparazzi</artifactId>
    <version>1.0.1</version>
</dependency>

Example

Call this in an Application and Paparazzi takes the screenshot for you.

BufferedImage image = Paparazzi.takeScreenShot(this);

You can save the image with this code:

File output = new File(PathHelper.currentDirectory() + "output.jpg");
try {
    ImageIO.write(image, "jpg", output);
} catch (IOException e) {
    e.printStackTrace();
}
com.harium.etyl

Harium

Versions

Version
1.0.1
1.0.0