0

I have Paint on Windows and I use it for combining images from different files. Say I have several pictures I want to combine into one. Is there any linux application that will do that?

Juan Antonio
  • 1,572
  • 2
    There is an "equivalent" to Paint called Pinta (get it with sudo apt install pinta) – Zanna Nov 29 '16 at 17:08
  • I am assuming you meant comparable not compatible. That is, there are many compatible tools (just about any that would edit a bitmap file). – Juan Antonio Nov 29 '16 at 17:56

1 Answers1

1

You can try GIMP. It is an excellent cross-platform tool.

You will find GIMP on Ubuntu Software Centre.

If you want something lighter weight, you can try Pinta. It too is available to install through the Ubuntu Software Centre.

Juan Antonio
  • 1,572