LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Image editor (https://www.linuxquestions.org/questions/linux-software-2/image-editor-4175682817/)

ondoho 09-28-2020 02:39 PM

Agree with all of the above: dismissing imagemagick, esp. for batch operations, borders on insanity.
It being "versatile" would be an understatement, esp. with its scriptability, being a command line utility.

alex4buba 09-28-2020 03:39 PM

Quote:

Originally Posted by rtmistler (Post 6170451)
Let's put it this way, you know very well that many photo editors will do exactly as you wish if you use the GUI form of it. But making mouse actions and automating them is difficult and inefficient, if not infeasible.

As I've said, had to do something like what you wish, alter a bunch of image files. So upon obtaining help from whichever photo editor application usually gives on the full instructions to do things like trim, resize, or adjust using filters, to an image. That's why I recommend, give it a try with one image. After that you can then work on some way to do this with all the intended files you wish to transform.

Thanks for your comments and input. Yes, I have been in the IT industry since 1974 with Fortran, Assembly etc... You can guess my age now. But, since I engaged with Windows GUI, I am comfortable with it and in my daily activity design and deploy web sites - all GUI.

I adopted the Converseen package for now.

Cheers

Alex

GPGAgent 10-01-2020 04:03 PM

Quote:

Originally Posted by ondoho (Post 6170567)
Agree with all of the above: dismissing imagemagick, esp. for batch operations, borders on insanity.
It being "versatile" would be an understatement, esp. with its scriptability, being a command line utility.

convert is your tool to use, part of imagemagick.
It can do virtually everything, as the man pages say:
Code:

convert  -  convert  between  image formats as well as resize an image,
      blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much
      more.

Just try it

alex4buba 10-03-2020 09:50 PM

Quote:

Originally Posted by GPGAgent (Post 6171658)
convert is your tool to use, part of imagemagick.
It can do virtually everything, as the man pages say:
Code:

convert  -  convert  between  image formats as well as resize an image,
      blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much
      more.

Just try it

Sounds good, but how can I get it? Where?

Thnaks
Alex

frankbell 10-03-2020 09:56 PM

Convert is part of imagemagick. If you have imagemagick, you should also have convert.

alex4buba 10-03-2020 10:20 PM

Quote:

Originally Posted by frankbell (Post 6172373)
Convert is part of imagemagick. If you have imagemagick, you should also have convert.

I found this link, but it offers only source that needs to be compiled. Is there a .Deb file somewhere?

https://www.tecmint.com/install-imag...debian-ubuntu/

Cheers

berndbausch 10-03-2020 11:40 PM

Quote:

Originally Posted by alex4buba (Post 6172375)
I found this link, but it offers only source that needs to be compiled. Is there a .Deb file somewhere?

https://www.tecmint.com/install-imag...debian-ubuntu/

Cheers

Try https://tecadmin.net/install-imagemagick-on-linux/ instead.
Code:

sudo apt install imagemagick
should do the trick. imagemagick is available on Ubuntu and Debian. Admittedly I did not try this on Mint.

alex4buba 10-04-2020 12:06 AM

1 Attachment(s)
Quote:

Originally Posted by berndbausch (Post 6172380)
Try https://tecadmin.net/install-imagemagick-on-linux/ instead.
Code:

sudo apt install imagemagick
should do the trick. imagemagick is available on Ubuntu and Debian. Admittedly I did not try this on Mint.

I installed ImageMagic following your instructions - all that it has is this image, it has no functionality in it.

In the meantime, I have an app called Converseen - is that what you mean?

Thanks again
Alex

ondoho 10-04-2020 01:53 AM

^ As mentioned earlier, you want the "convert" CLI utility.
Also see: https://imagemagick.org/script/comma...processing.php (according to that the CLI utility is actually called "magick", "convert" and "mogrify" are just symlinks to it) and the rest of that site. Lot's of yummy documentation.

alex4buba 10-04-2020 02:04 AM

Quote:

Originally Posted by ondoho (Post 6172415)
^ As mentioned earlier, you want the "convert" CLI utility.
Also see: https://imagemagick.org/script/comma...processing.php (according to that the CLI utility is actually called "magick", "convert" and "mogrify" are just symlinks to it) and the rest of that site. Lot's of yummy documentation.

So, it is a Terminal CLI option, not a GUI app?

Cheers
Alex

ondoho 10-04-2020 02:18 AM

Quote:

Originally Posted by alex4buba (Post 6172420)
So, it is a Terminal CLI option, not a GUI app?

We are going round in circles now.
Good Bye.


All times are GMT -5. The time now is 07:17 PM.