• Order of the Butterfly
    Order of the Butterfly
    emeck
    Posts: 168 from 2014/7/15
    Hi, I dont' know much about image editing but from time to time I need to do some basic stuff. Usually, I connect to my RPi and use Gimp for that. There is a lot of info and tutorials on how to do things with Gimp on the web.

    Now, I would like to use the available programs on MOS for image editing and painting. I have installed:

    fxPaint Lite 2.0
    GrafX2
    Griboullis
    ImageFX 4.5
    Paint 0.63
    TVPaint 3.59
    Sketch

    But finding tutorials for those is not as easy. And as mentioned before, I don't know much about graphics.

    So I thought starting a thread here to ask for help on specific taks, hoping someone can help.

    This is my first task.

    I have 2 images, picture01.png and picture02.png, each 200x200 pixels. I need them combined into 1 image of
    400x200, picture01 on the left and the other on the right.

    How can I do that using the listed programs or any other that can be installed on MOS?

    Edit: got it with imagemagick:
    Code:
    convert picture01.jpg picture02.jpg +append out.jpg

    Still, would be nice to know how to do it with a GUI program.

    [ Edited by emeck 27.03.2021 - 20:03 ]
    PowerBook 5.8 MorphOS 3.18
    Mac Mini MorphOS 3.18
  • »27.03.21 - 17:27
    Profile