Re: Looking to a KDE or desktop agnostic software to batch resize pictures
On Wed, Apr 05, 2023 at 06:19:56PM +0200, Yvan Masson wrote:
> Requirements:
> - being usable without command line
On Wed, Apr 05, 2023 at 06:40:29PM +0200, Emanuel Berg wrote:
> First stop these issues are always ImageMagick, including this
> case as it happens - here are a bunch of commands to get you
> started
>
> https://dataswamp.org/~incal/conf/.zsh/gfx
>
> and more
>
> https://dataswamp.org/~incal/conf/.zsh/gfx-resize
Since you want it to be used "without command line", the obvious thing
to do is to write a Tcl/Tk or other GUI wrapper that puts a non-command
user interface in front of the imagemagick commands.
So, step 1: figure out what imagemagick commands are needed to do the job,
and step 2: write the GUI for your target end user experience.
If you don't like Tcl/Tk, there's Python/Tkinter, or Perl-GTK, or other
programming language and graphical toolkit choices.
Reply to: