This is the first release of the Image Wrapper API. The library is available for the following Scala versions:
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.
The documentation can be found on the project homepage here.
To add the compiled jar to your Scala project follow these steps:
Right click on the project -> Build Path -> Configure Build Path
This opens the following dialog box:
Navigate to Java Build Path
, click on Libraries
, then Add External Jar
as shown.
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):
Click on OK
to validate