05-23-2022, 02:41 PM
(This post was last modified: 05-23-2022, 03:05 PM by Stephen Liu.)
(05-23-2022, 12:09 PM)rich2005 Wrote: Yeah, well, I have misgivings about smart phones. Mine is where it should be, turned off and on a shelf.What I expect to know is how to enhance the quality of the positive image on GIMP?
For what it is worth that script in action, not so good it is just an example: https://i.imgur.com/UT5BOoK.mp4 The little original negative image shown in viewnior viewer.
There are so many options HUE, Brightness, Color Balance, Color Temperature etc. What will be the steps? Which of the option should be edited first?
Regards
(05-23-2022, 01:57 PM)PixLab Wrote: FWIW, when I have big batches processing, I use XnConvert, (xnconvert is also part of xnview) and xnconvert can be in your distro software center, if not > https://www.xnview.com/en/xnconvert/ , they have a .deb and a targz.
It has visualization, but if you change one setting it will apply to the thousands of picture or the whole directory you dropped in it..
For what is worth
Thanks for your advice.
XnConvert is NOT on Ubuntu 20.04 repo
$ apt-cache policy XnConvert
Code:
N: Unable to locate package XnConvert
I ran Flatpak to install it
Steps performed on Terminal;
Code:
$ sudo apt update
$ sudo apt install flatpak
$ flatpak install --user https://flathub.org/repo/appstream/com.xnview.XnConvert.flatpakref
$ flatpak --user update com.xnview.XnConvert
Start XnConvert
Code:
flatpak run com.xnview.XnConvert
Kindly advise where can find XnConvert Tutorial? Thanks
Regards