Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-05-02 Thread Yassine Chaouche

Le 4/5/23 à 17:19, Yvan Masson a écrit :

Hi list,

As the subject says, I am looking for a KDE or desktop agnostic software to 
batch resize pictures.


You can try the imgp + nnn combo.
You get speed as a bonus,
but it misses some of your requirements
(like french translation and possibly the GUI if nnn isn't enough)
Best,

--
yassine -- sysadm
+213-779 06 06 23
http://about.me/ychaouche
Looking for side gigs.



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-06 Thread Yvan Masson

Le 05/04/2023 à 20:37, didier gaumet a écrit :

Hello,

I do not use image editing/modifying tools, so I cannot say if these 
solutions are good in your usecase, but there are at least three tools 
packaged in Debian:

- Converseen (GUI batch tool: conversion, resizing, etc...)
https://www.makeuseof.com/batch-convert-resize-images-linux-using-converseen/
- FotoXX (GUI frontend to Imagemagick)
- even Gthumb seems to be able to do this:
https://www.maketecheasier.com/batch-resize-images-gthumb/



Thanks Didier and everybody who answered!

I think for my use case, Gthumb seems to be the best tradeoff, but I 
will keep all your suggestions somewhere.


OpenPGP_signature
Description: OpenPGP digital signature


Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread didier gaumet

Hello,

I do not use image editing/modifying tools, so I cannot say if these 
solutions are good in your usecase, but there are at least three tools 
packaged in Debian:

- Converseen (GUI batch tool: conversion, resizing, etc...)
https://www.makeuseof.com/batch-convert-resize-images-linux-using-converseen/
- FotoXX (GUI frontend to Imagemagick)
- even Gthumb seems to be able to do this:
https://www.maketecheasier.com/batch-resize-images-gthumb/



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread zithro




On 05 Apr 2023 18:19, Yvan Masson wrote:

Hi list,

As the subject says, I am looking for a KDE or desktop agnostic 
software to batch resize pictures.


Requirements:
- libre
- offline
- being usable without command line
- translated in French
- with a very simple user interface
- possibility to either overwrite source image or to create a new file
- written in Rust (/!\ that is a joke :-D)

Bonus:
- included in Debian
- possibility to remove EXIF data

Here are software I have found but excluded:
- nautilus extension `nautilus-image-converter`: specific to nautilus
- converseen: untranslated, quite difficult to use
- KDE service menu ReImage: untranslated, but could be done (code 
unfortunately not available in Github/Gitlab or equivalent)


Regards,
Yvan


Hi Ivan,

XnView MP or XnConvert ?
It's a freeware but NOT open source. It's in french (iirc the dev is 
french).

There's no Debian pkg, but a deb file can be downloaded.
https://www.xnview.com/en/apps/

PS: I use it since "decades" w/o problems (but on Windows, ymmv)

++
zithro



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread Emanuel Berg
Michel Verdier wrote:

>> Requirements:
>> - libre
>> - offline
>> - being usable without command line
>
> Without command line you need a gui and it is hard to
> batch resize.

Requirements:
- firefight
- without guns

-- 
underground experts united
https://dataswamp.org/~incal



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread Nicolas George
Yvan Masson (12023-04-05):
> As the subject says, I am looking for a KDE or desktop agnostic software to
> batch resize pictures.

As other have said, ImageMagick.

> 
> Requirements:
> - libre
> - offline
> - being usable without command line

Easy: use your favorite IDE, edit your script, run it. No command-line
involved.


Regards,

-- 
  Nicolas George


signature.asc
Description: PGP signature


Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread Michel Verdier
Le 5 avril 2023 Yvan Masson a écrit :

> Requirements:
> - libre
> - offline
> - being usable without command line

Without command line you need a gui and it is hard to batch resize. Gimp
is easy for resizing but not for exif. Digikam is good on exif and other
metadata.



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread Greg Wooledge
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.



Re: Looking to a KDE or desktop agnostic software to batch resize pictures

2023-04-05 Thread Emanuel Berg
Yvan Masson wrote:

> As the subject says, I am looking for a KDE or desktop
> agnostic software to batch resize pictures.

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

HIH

-- 
underground experts united
https://dataswamp.org/~incal