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
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
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