Hello everyone, in general, I encountered such a problem.

There is such a program XnView - for unique images, and from them there is an application that works through the terminal ie. You can do all the same as in the program with the interface only through the command line.

Question: how can I interact with the command line only through IDEA, where to dig?

Through the terminal, changing the image looks like this:

/Users/nikita/Desktop/NConvert-2/nconvert -out jpeg -resize 640 480 go.jpeg 

I would like to automate all this and turn it into a small program.

0