Hello I need some more help.
In my program i upload two images into application. Now I want to crop images with rectangle selection. Is this possible in processing?
hello
i'm having problem with moving image to different location when you press on it with mouse. The program is working on the whole background but i want that picture would move when only when i click on it and drag it around on background not if i click outside the image. I'm copying methodes that i used.
Hope someone can give me an advise.
Hello!
I'm am looking for a solution how to select two image files with Filechooser so i can use them as image1 and image2?
Hope someone can help me with this issue.
public void setup() {
final JFileChooser fc = new JFileChooser();
int returnVal = fc.showOpenDialog(this);
if (returnVal == JFileChooser.APPROVE_OPTION) {