How to start the applicationFirst of all you need to have Java JRE 1.6 installed. Then you can either start the Windows exe or the jar File (double click, right click or cmd-line - depends on the OS) Command line always works as long as the java runtime binary is in your path: java -jar ImageSeams.jar How to re-traget an image- Load an image with the leftmost button (jpg and png will work fine, try to use images not bigger than 800×800 for a start)
- Set the preferred size using the spinners (Do not forget to hit enter if you type it in, otherwise Java won’t recognize it)
- Hit the 2nd button in the tool bar and observe the effect
- Tryout the image brushing (click and drag on the image) to retain certain parts (e.g. faces) within the image
- Switch to the remove brush if you want to remove parts of the image before resizing.
|