Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

Post your working scripts, libraries and tools for AHK v1.1 and older
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

26 Jan 2021, 23:17

Imagine you just got back from a trip where you took 3000 photos, most of them are very similar, and now you only want to keep the ones that are the best. Or maybe you want to select 30 of them to print out.

This tool can help you get there quickly.

Image
  • You can customize many parameters, such as the layout.
    NSFW
  • It supports both keyboard and mouse operation and is designed for one-handed operation.
    NSFW
  • You can exit at any time, it remembers your last browsing progress.
  • How to use: Just copy this tool to any directory where you want to filter your photos and run it.
    Example:Your photos are stored in
    • r:\trip\2021\January
      r:\trip\2021\February
      r:\trip\1999\February

      If you want to filter the photos in both directories, you can put the tool in
      • r:\trip\
      If you only want to filter the photos from 2021-January, you can put the tool in
      • r:\2021\January
Download:https://github.com/telppa/Photo-Filter-Terminator/releases

Thanks to SKAN's Imagen() for providing me with inspiration.
Thanks to tic and all the people who contributed to the Gdip library.
Special thanks to Marius for his great contributions, such as QPV and Gdip_All.@robodesign
Last edited by tuzi on 03 Feb 2021, 02:36, edited 7 times in total.
robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

27 Jan 2021, 04:00

@tuzi . I wanted to give it a try, but the raw file on Github comes with chinese characters - the encoding is messed up...

As a side note: I am glad Quick Picto Viewer is an inspiration. Thank you .

Best regards, Marius.
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

27 Jan 2021, 05:19

robodesign wrote:
27 Jan 2021, 04:00
@tuzi . I wanted to give it a try, but the raw file on Github comes with chinese characters - the encoding is messed up...

As a side note: I am glad Quick Picto Viewer is an inspiration. Thank you .

Best regards, Marius.
Yes, I like to write code in my native language, but I also added English instructions for the user-defined parameters section.
Download file has been updated and there should be ok now.
robodesign
Posts: 934
Joined: 30 Sep 2017, 03:59
Location: Romania
Contact:

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

27 Jan 2021, 06:15

At line 606 [approximately], you include Gdi+ library; you should reference the source of it...
-------------------------
KeyPress OSD v4: GitHub or forum. (presentation video)
Quick Picto Viewer: GitHub or forum.
AHK GDI+ expanded / compilation library (on GitHub)
My home page.
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

27 Jan 2021, 06:53

works amazing and is really useful thank you and to all that helped
Mika_erdo
Posts: 41
Joined: 30 Jul 2020, 17:23

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

27 Jan 2021, 22:26

if only everyone wnet your direction by providing visual examples what the product looks like!
looks really usefull to me! thanks allot
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

28 Jan 2021, 03:15

robodesign wrote:
27 Jan 2021, 06:15
At line 606 [approximately], you include Gdi+ library; you should reference the source of it...
I used the compile script to automatically reference the library file causing it to lose the extra information, it has been fixed, sorry and thanks for pointing this out.
User avatar
SpeedMaster
Posts: 494
Joined: 12 Nov 2016, 16:09

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

29 Jan 2021, 04:22

error.PNG
error.PNG (28.07 KiB) Viewed 2465 times
Not working for me (AHK 1.1.31.01 Unicode x32 on WIN_7 64bit) :cry: :think:
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

29 Jan 2021, 22:31

SpeedMaster wrote:
29 Jan 2021, 04:22
error.PNG
Not working for me (AHK 1.1.31.01 Unicode x32 on WIN_7 64bit) :cry: :think:
Sorry, based on your error message, I don't know why.
I have tested u32 u64 on 3 win10 x64 computers with no problems.
My ahk version is 1.1.33.02
User avatar
SpeedMaster
Posts: 494
Joined: 12 Nov 2016, 16:09

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

30 Jan 2021, 14:17

Thanks for your answer

I did an update of AHK and it didn't work either. (AHK 1.1.33.02 Unicode x32 on WIN_7 64bit)
It seems that the problem comes from the windows version. :problem:
I tested it on windows 10 and it works well. :thumbup:
:!: does not work on Windows 7
Maybe there is someone who can run it on Windows 7. I don't know. :?
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

30 Jan 2021, 21:58

SpeedMaster wrote:
30 Jan 2021, 14:17
Thanks for your answer

I did an update of AHK and it didn't work either. (AHK 1.1.33.02 Unicode x32 on WIN_7 64bit)
It seems that the problem comes from the windows version. :problem:
I tested it on windows 10 and it works well. :thumbup:
:!: does not work on Windows 7
Maybe there is someone who can run it on Windows 7. I don't know. :?
Thank you for your feedback.
From the error message, it happens when building the GUI, which is a simple ahk built-in command, it gets used over and over again and shouldn't be wrong, so I don't know why it's a problem under win7.
User avatar
Hellbent
Posts: 2109
Joined: 23 Sep 2017, 13:34

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

30 Jan 2021, 22:29

@SpeedMaster and @tuzi

These two options can't be used together pre-Windows 8

20210130222648.png
20210130222648.png (27.58 KiB) Viewed 2295 times
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

31 Jan 2021, 02:49

Hellbent wrote:
30 Jan 2021, 22:29
@SpeedMaster and @tuzi

These two options can't be used together pre-Windows 8


20210130222648.png
Thank you.

I've tested +Owner instead of +Parent on Win10 and it works fine. is that ok on win8 or win7 ?

By the way, your Gdip Bitmap Maker has inspired me a lot in other places too, thanks for your excellent work. :thumbup:
User avatar
SpeedMaster
Posts: 494
Joined: 12 Nov 2016, 16:09

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

31 Jan 2021, 06:13

tuzi wrote:
31 Jan 2021, 02:49
I've tested +Owner instead of +Parent on Win10 and it works fine. is that ok on win8 or win7 ?
I tested this solution on Windows 7 and it works well now.8-)

@Hellbent and @tuzi
Many thanks for your help. :thumbup:
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

31 Jan 2021, 10:47

SpeedMaster wrote:
31 Jan 2021, 06:13
tuzi wrote:
31 Jan 2021, 02:49
I've tested +Owner instead of +Parent on Win10 and it works fine. is that ok on win8 or win7 ?
I tested this solution on Windows 7 and it works well now.8-)

@Hellbent and @tuzi
Many thanks for your help. :thumbup:
OK, I've updated this solution into version 2.2. :bravo:
User avatar
moefr01
Posts: 115
Joined: 25 Nov 2015, 09:01
Location: Germany

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

01 Feb 2021, 03:15

@tuzi ... thanks a lot for that great tool... very helpful!
The new version 2.2 works fine until you've selected or deselected a pic: scrolling back/forward or exiting doesn't work ... regarding your change from +Parent背景图 to +Owner背景图
---
Tested on Windows 10 64Bit - 20H2.19042.746
:problem: moefr01
tuzi
Posts: 223
Joined: 27 Apr 2016, 23:40

Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool

03 Feb 2021, 02:27

@moefr01
Thank you for your feedback.
I fixd them in version 2.3 .

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 136 guests