this post was submitted on 12 Aug 2023
429 points (95.9% liked)
Asklemmy
43946 readers
684 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I love ImageMagick despite its quirks; but then again I do not use it for professional use (well I do as a dev but I'm not a photograph or anything). What does XNViewMP does that ImageMagick doesn't ?
Because at first glance it seems much worse - it has a graphical UI for one thing which seems inappropriate for the usecases I see ImageMagick being used for.
Also that Filelist Creator thing has existed on unix since the 70s; it's called "find", "ls", and "awk".
Try XNViewMP for yourself. You will know quickly about its feature set. Read their website and documentation. ImageMagick is pretty meh in comparison. I once tried converting WebP images with trying to preserve metadata, but could not.
Also try Filelist Creator, the ease of use with GUI is incredibly painless, and it allows a lot of options and export file formats.
For the Filelist thing I prefer CLI tools generally (and all the export formats I've seen in the features seem perfectly doable through them); but your answer about XNViewMP definitely has merits, thanks ! I'll take a look at it
Can the Filelist alternative do things like drag drop files and folders quickly, or toggle column attributes, change byte units and other things? You could try it to see functionality differences. Because I think things like file management and manipulation is better served with GUI than TUI/CLI, but its your choice.