15
Like VLC but for images? (Win11)
(lemmy.ml)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
@PiraHxCx Unless something new has come along to beat it, #ImageMagick is prolly the best tool there is. It ain't perty, but it does perty much everything you might ever need.
https://imagemagick.org
For viewing? :S I tried it for batch conversion and I was very disappointed it somehow skipped files on big batches, but I didn't find a way to view images with it - I mean, trying to open an image with its .exe does nothing.
ImageMagick does support displaying images but it only supported when you use x11 (Xwayland).
if for some reason you want something similar you could use
ffplay
it both supported on windows and x11 from what I know.I haven't had any issues with ImageMagick with converting images, but I would rather use a dedicate command for encoder like
avifenc
,cjxl
,cjpegli
, andcwbep
, since they have more options than ImageMagick or utilize newer encoders, such ascjpegli
.