Search found 13 matches

by Vinvin2020
Fri Jun 20, 2025 2:15 pm
Forum: MP - Suggestions
Topic: Find similar files: suggestions to make it easier to use
Replies: 7
Views: 5430

Re: Find similar files: suggestions to make it easier to use

It seems that "find images by similarity" doesn't use multiprocessor/multithreading, why not ?
I've 16 cores/32 threads, that would boost the search a lot !
First step, it uses full multi-thread but second step, only 1 thread.
by Vinvin2020
Thu Nov 05, 2020 6:58 pm
Forum: MP - Suggestions
Topic: Neural Network : Denoising, 3D and Upsacle
Replies: 0
Views: 1558

Neural Network : Denoising, 3D and Upsacle

If there are special and motivated dev on NN, here are some nice papers :

Denoising : https://www.youtube.com/watch?v=P0fMwA3X5KI
3D transform : https://www.youtube.com/watch?v=MrIbQ0pIFOg
NN-Upsacle : https://www.youtube.com/watch?v=MwCgvYtOLS0
by Vinvin2020
Thu Oct 08, 2020 1:00 pm
Forum: MP - Suggestions
Topic: Sort the images by shape in the explorer
Replies: 1
Views: 414

Sort the images by shape in the explorer

Compute a key by the shape of the images to get all resembling images grouped.
The program "Visipics" compute this value to find very close images :

Image
by Vinvin2020
Thu Oct 08, 2020 12:52 pm
Forum: MP - Suggestions
Topic: Sort the images by colors in the explorer
Replies: 0
Views: 1579

Sort the images by colors in the explorer

This would help to find images who are close to others.
Algo :
1) Compute the prevailing color for each image
2) compute this color in the spectrum https://en.wikipedia.org/wiki/Visible_spectrum#Color_display_spectrum
3) sort all the images on this value

The program "ImageSorter" seems to do it ...
by Vinvin2020
Tue Mar 07, 2017 10:19 pm
Forum: MP - Suggestions
Topic: Displaying pictures on a "wall"
Replies: 2
Views: 1324

Re: Displaying pictures on a "wall"

The idea : display more pictures of a folder on the screen (without text informations).

The parameters would be :
1) The number of pictures on the screen (above 10)
2) % of covering (sometimes the high or width of a picture can be covred a little to make the scheme more easy)
3) organized or ...
by Vinvin2020
Tue Jan 10, 2017 11:19 am
Forum: MP - General [Français]
Topic: Image en 64 bits pour les transformations
Replies: 0
Views: 866

Image en 64 bits pour les transformations

ça serait bien d'avoir un format d'image en 48 (ou 64) bits parce que après de multiples transformations les arrondis de calcul mènent à une diminution du nombre de couleurs en 24/32 bits.
by Vinvin2020
Sun Jan 08, 2017 4:37 pm
Forum: MP - Suggestions
Topic: Use multithread in the XnView explorer
Replies: 4
Views: 1283

Re: Use multithread in the XnView explorer

Your idea is good, but your ssd/harddisk do not like it.

I tried this with two instances of xnview mp and browse different directories on one harddisk.
The reading head of your harddisk will jump from one position to another and your harddisk get loud.
It is not good for your harddisk.
Are you ...
by Vinvin2020
Sun Nov 06, 2016 12:05 am
Forum: MP - Suggestions
Topic: Use multithread in the XnView explorer
Replies: 4
Views: 1283

Use multithread in the XnView explorer

When there's hundreds of images to display, that could take a couple of minutes.
By using MT that could divided the time by 3 to 10.

Description : A new thread for each image. The max number of simultaneous threads is limited to the number of logical processor (+ 1 option to set a user value).
by Vinvin2020
Mon Aug 29, 2016 4:26 pm
Forum: New
Topic: Crash with 4K monitor
Replies: 5
Views: 989

Re: Crash in 4K

xnview wrote:
Vinvin2020 wrote:
xnview wrote:crash in browser? do you have sent the crash report?
Yes and yes, 10 times.
could you put your email in the crash report to know that it's this crash?
Often it crashes without sending a report :(
But sometimes I can send it, I did it with the mail : vincentlejeune@h...c...
by Vinvin2020
Sun Aug 21, 2016 10:12 pm
Forum: New
Topic: Crash with 4K monitor
Replies: 5
Views: 989

Re: Crash in 4K

xnview wrote:crash in browser? do you have sent the crash report?
Yes and yes, 10 times.
by Vinvin2020
Wed Aug 17, 2016 10:39 pm
Forum: New
Topic: Crash with 4K monitor
Replies: 5
Views: 989

Crash with 4K monitor

Since I got my new monitor (3840*2160), I got a lot of crash while browsing some images ?
Know bug ? Any idea ?
by Vinvin2020
Fri Feb 05, 2016 10:50 am
Forum: MP - Suggestions
Topic: Displaying pictures on a "wall"
Replies: 2
Views: 1324

Displaying pictures on a "wall"

The idea : display more pictures of a folder on the screen (without text informations).

The parameters would be :
1) The number of pictures on the screen (above 10)
2) % of covering (sometimes the high or width of a picture can be covred a little to make the scheme more easy)
3) organized or ...
by Vinvin2020
Thu Feb 04, 2016 3:57 pm
Forum: Miscellaneous
Topic: Free Duplicate Finders for Windows
Replies: 4
Views: 20479

Re: Duplicate finder

VisiPics is really nice, I used it several times

http://www.visipics.info/index.php?title=Main_Page
For duplicate images, I only use Visipics too, it's a great finder by similarity. You can set the degree of "likeness".

For exact file matching, I use "Double Killer 1.6.x", search by Size and CRC ...