Image Wrapper v. 1.0.0

This is the first release of the Image Wrapper API. The library is available for the following Scala versions:

  • 2.9.2
  • 2.10
  • 2.11

Please make sure you use the version corresponding to the Scala version installed on your machine. If unsure, run

 scala -version

on your machine to get the version number.

Documentation

The documentation can be found on the project homepage here.

Installation on Eclipse/ScalaIDE

To add the compiled jar to your Scala project follow these steps:

  1. Right click on the project -> Build Path -> Configure Build Path
    This opens the following dialog box:
    Eclipse Add External Jar

  2. Navigate to Java Build Path, click on Libraries, then Add External Jar as shown.

  3. Navigate to the location where you saved the jar and select it.
    The result should look like this (the jar version and the path to it will change depending on your installation):
    Eclipse Add External Jar

  4. Click on OK to validate