App to resize images and photos

Discussion in 'Software & Applications' started by Mike Roussin, Jun 13, 2017.

  1. Mike Roussin

    Mike Roussin Thread Starter
    Expand Collapse
    New Member

    Joined:
    Jun 10, 2017
    Messages:
    4
    Likes Received:
    1
    Hello,

    I am looking for a simple app to resize photos. Something like the nautilus-image-converter in Ubuntu would be nice. Thanks in advance.

    regards,

    Mike
     
  2. Artificial Intelligence

    Artificial Intelligence
    Expand Collapse
    Elementary Supporter

    Joined:
    Jan 24, 2017
    Messages:
    145
    Likes Received:
    27
    I usually use gimp for that job... but that's just me.
     
  3. Mike Roussin

    Mike Roussin Thread Starter
    Expand Collapse
    New Member

    Joined:
    Jun 10, 2017
    Messages:
    4
    Likes Received:
    1
    Hey AI;

    Thanks for responding. I was hoping for a very simple solution like Ubuntu has preinstalled. I do have the Gimp and know how to use it kinda. I took your advice and decided to give up hope on the nautilus-image-converter or something similar.

    Best regards all;

    Mike
     
  4. jayincucina

    jayincucina
    Expand Collapse
    New Member

    Joined:
    Mar 17, 2018
    Messages:
    1
    Likes Received:
    0
    Just in case someone else is looking for an answer... In Elementary OS Loki version you can install nautilus-image-converter with synaptic (if you don'thave it, just install it from the app center).
    Then you need to kill nautilus from terminal :
    Code (Text):
    nautilus -q
    or
    Code (Text):
    killall nautilus
    and then restart nautilus with
    Code (Text):
    nautilus FOLDER
    And you'll have the options to resize and rotate images :) (change FOLDER with your personal folder containing images to resize/rotate).

    you can create an alias to make it faster, something like

    Code (Text):
    alias re='nautilus'
    and then in terminal digit
    Code (Text):
    re FOLDER
     

Share This Page

Loading...