Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #256787 > unrolled thread

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

Started byYvan Masson <yvan@masson-informatique.fr>
First post2023-04-05 18:30 +0200
Last post2023-05-02 09:50 +0200
Articles 10 — 8 participants

Back to article view | Back to linux.debian.user


Contents

  Looking to a KDE or desktop agnostic software to batch resize  pictures Yvan Masson <yvan@masson-informatique.fr> - 2023-04-05 18:30 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize pictures Emanuel Berg <incal@dataswamp.org> - 2023-04-05 18:50 +0200
      Re: Looking to a KDE or desktop agnostic software to batch resize  pictures Greg Wooledge <greg@wooledge.org> - 2023-04-05 19:40 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize  pictures Michel Verdier <mv524@free.fr> - 2023-04-05 19:40 +0200
      Re: Looking to a KDE or desktop agnostic software to batch resize pictures Emanuel Berg <incal@dataswamp.org> - 2023-04-05 19:50 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize  pictures Nicolas George <george@nsup.org> - 2023-04-05 19:40 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize  pictures zithro <slack@rabbit.lu> - 2023-04-05 20:20 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize  pictures didier gaumet <didier.gaumet@gmail.com> - 2023-04-05 20:40 +0200
      Re: Looking to a KDE or desktop agnostic software to batch resize  pictures Yvan Masson <yvan@masson-informatique.fr> - 2023-04-06 18:10 +0200
    Re: Looking to a KDE or desktop agnostic software to batch resize  pictures Yassine Chaouche <a.chaouche@algerian-radio.dz> - 2023-05-02 09:50 +0200

#256787 — Looking to a KDE or desktop agnostic software to batch resize pictures

FromYvan Masson <yvan@masson-informatique.fr>
Date2023-04-05 18:30 +0200
SubjectLooking to a KDE or desktop agnostic software to batch resize pictures
Message-ID<Ghebf-hzJA-1@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [next] | [standalone]


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

FromEmanuel Berg <incal@dataswamp.org>
Date2023-04-05 18:50 +0200
SubjectRe: Looking to a KDE or desktop agnostic software to batch resize pictures
Message-ID<GheuB-hzQ9-1@gated-at.bofh.it>
In reply to#256787
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

[toc] | [prev] | [next] | [standalone]


#256791

FromGreg Wooledge <greg@wooledge.org>
Date2023-04-05 19:40 +0200
Message-ID<GhfgZ-hAly-5@gated-at.bofh.it>
In reply to#256789
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.

[toc] | [prev] | [next] | [standalone]


#256790

FromMichel Verdier <mv524@free.fr>
Date2023-04-05 19:40 +0200
Message-ID<GhfgZ-hAly-1@gated-at.bofh.it>
In reply to#256787
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.

[toc] | [prev] | [next] | [standalone]


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

FromEmanuel Berg <incal@dataswamp.org>
Date2023-04-05 19:50 +0200
SubjectRe: Looking to a KDE or desktop agnostic software to batch resize pictures
Message-ID<GhfqF-hAoV-1@gated-at.bofh.it>
In reply to#256790
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

[toc] | [prev] | [next] | [standalone]


#256792

FromNicolas George <george@nsup.org>
Date2023-04-05 19:40 +0200
Message-ID<GhfgZ-hAly-7@gated-at.bofh.it>
In reply to#256787

[Multipart message — attachments visible in raw view] — view raw

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

[toc] | [prev] | [next] | [standalone]


#256794

Fromzithro <slack@rabbit.lu>
Date2023-04-05 20:20 +0200
Message-ID<GhfTI-hAOG-9@gated-at.bofh.it>
In reply to#256787

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

[toc] | [prev] | [next] | [standalone]


#256795

Fromdidier gaumet <didier.gaumet@gmail.com>
Date2023-04-05 20:40 +0200
Message-ID<Ghgd3-hAUU-1@gated-at.bofh.it>
In reply to#256787
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/

[toc] | [prev] | [next] | [standalone]


#256810

FromYvan Masson <yvan@masson-informatique.fr>
Date2023-04-06 18:10 +0200
Message-ID<GhAlr-cE7-3@gated-at.bofh.it>
In reply to#256795

[Multipart message — attachments visible in raw view] — view raw

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.

[toc] | [prev] | [next] | [standalone]


#257839

FromYassine Chaouche <a.chaouche@algerian-radio.dz>
Date2023-05-02 09:50 +0200
Message-ID<GqSVP-5Zpq-3@gated-at.bofh.it>
In reply to#256787
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.user


csiph-web