Search found 731 matches
- Today, 06:15
- Forum: Scripts and Functions
- Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
- Replies: 5
- Views: 104
Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
At line 606 [approximately], you include Gdi+ library; you should reference the source of it...
- Today, 04:00
- Forum: Scripts and Functions
- Topic: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
- Replies: 5
- Views: 104
Re: Photo Filter Terminator - a fast and beautiful photo browsing and filtering tool
@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.
As a side note: I am glad Quick Picto Viewer is an inspiration. Thank you .
Best regards, Marius.
- Today, 03:57
- Forum: Scripts and Functions
- Topic: GDI+ standard library 1.45 by tic
- Replies: 385
- Views: 143704
Re: GDI+ standard library 1.45 by tic
tuzi . Thank you for letting me know . PixelOffset=2 also solves image resizing errors in GDI+, in particular when working with small resolution images. I already have planned for months to release a new GDI+ library version with bug fixes and improvements, but i keep on post-poning it...I will get...
- 25 Jan 2021, 18:34
- Forum: Scripts and Functions
- Topic: GDI+ standard library 1.45 by tic
- Replies: 385
- Views: 143704
Re: GDI+ standard library 1.45 by tic
@tuzi . Please let me know if the function by just-me is working well. As stated previously, if it's a good one, I'll replace the ones in the library.
@iseahound .thank you for this. I'll test it as well.
Best regards, Marius.
@iseahound .thank you for this. I'll test it as well.
Best regards, Marius.
- 25 Jan 2021, 14:17
- Forum: Scripts and Functions
- Topic: GDI+ standard library 1.45 by tic
- Replies: 385
- Views: 143704
Re: GDI+ standard library 1.45 by tic
tuzi .... thank you for the feedback. Yes, I am aware of the problem, but those functions were not implemented by me. I have not struggled to fix/improve them in that regard... If you are willing to improve this function, to have a proper rounded rectangle, please do so. I would like to replace the...
- 21 Jan 2021, 13:26
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Thank you . I am glad you are inspired by my work. The question you pose is difficult... Please study the code of Quick Picto Viewer ... În general , what I do is, maintain a cache of the image drawn on screen, and whenever needed, i reuse it. You must resize the image, and create clones and keep tr...
- 20 Jan 2021, 13:17
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
A new version has been released... sporting bug fixes. - v4.8.2 (2021-01-20) - [new] option to have the folders list from «Manage folders list» panel populate the folders tree view; same option available also in «Update selectively»... - more friendlier with screen readers - various bug fixes Please...
- 17 Jan 2021, 09:01
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Awesome!!! :thumbup: :thumbup: :thumbup: :thumbup: I have a request, can you wrap all the options within the "Blur/pixelize selected area:Quick Picoto Viewer" panel into a simple function, like Gdip_BlurBitmap()? Thank you . The two functions are already present in the GDI+ library wrapper . Gdip_B...
- 14 Jan 2021, 12:36
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Hello, guys! I am back again at it... a new version with... bug fixes: - v4.8.1 (2021-01-14) - the folder tree panel can now be invoked even with no folder or image loaded/opened - find duplicate images option offers user the option to remove duplicate index entries when the files list is plain-text...
- 11 Jan 2021, 17:09
- Forum: Scripts and Functions
- Topic: [class][v1/v2] hashTable - an associative array
- Replies: 8
- Views: 1878
Re: [class][v1/v2] hashTable - an associative array
This is an exemplary library. Thank you for your work on this. I integrated it into my project... However, I is it possible to have it work with multidimensional arrays? I don't mean it to use the exact same syntax as ahk arrays, but something to the same affect. In my project, the main array I stor...
- 11 Jan 2021, 12:22
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Hello, guys! Happy New Year to everyone ! Thank you for the feedback. I come in peace, to bring you a new version that expands the abilities of Quick Picto Viewer as a tool for image collection(s) organization. The folder tree panel is the highlight of this release, which should facilitate users in ...
- 31 Dec 2020, 07:12
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Hello, guys! Thank you for the feedback! I am back with a new release... the last one for this year, I promise ;-). - v4.7.7 (2020-12-31) - [new] the ability to move/reorder index entries using X key or Alt+Click in list view/thumbnails mode - important bug fixes - removing index entries when the fi...
- 29 Dec 2020, 06:39
- Forum: Scripts and Functions
- Topic: [Script] Quick Picto Viewer and Fast Slideshow creator
- Replies: 153
- Views: 28310
Re: [Script] Quick Picto Viewer and Fast Slideshow creator
Hello, guys! After one month of work, finally... a new version seems to be ready... - v4.7.6 (2020-12-29) - [new] panel to help identify image duplicates, by multiple criteria or visual similarity - [new] indexed files list statistics panel; offers a detailed breakdown of the files and it can be use...
- 13 Dec 2020, 18:46
- Forum: Scripts and Functions
- Topic: GUI Buildeer Deluxe 1.3
- Replies: 22
- Views: 16557
Re: GUI Buildeer Deluxe 1.3
that is totally not the purpose of this program. It's made to procedurally generate a ui with the controls you tell it to, and then you study the code. "Why did that go there? what does x+3 mean?" <study> "I see!" that is totawwy nyot the puwpose of this pwogwam. It's made to pwoceduwawwy genyewate...
- 07 Dec 2020, 18:53
- Forum: Scripts and Functions
- Topic: FileSelectFile() : Supports multi-line filter
- Replies: 29
- Views: 2049
Re: FileSelectFile() : Supports multi-line filter
Hi @SKAN Our job is very easy with your functions. Thank you. How can I use this function to select folders? The built-in FileSelectFolder isn't powerful enough. This function offers the ability... https://github.com/marius-sucan/other-small-AHK-scripts/blob/master/select-folder-extended.ahk Best r...
- 07 Dec 2020, 17:22
- Forum: Scripts and Functions
- Topic: GetFileAttributesEx() - 2020/11/15
- Replies: 16
- Views: 2138
Re: GetFileAttributesEx() - 2020/11/15
This function does not do this.AHKStudent wrote: ↑07 Dec 2020, 16:48Is there a way to use this to get info if the file has a digital certificate?
Best regards, Marius.
- 07 Dec 2020, 10:35
- Forum: Scripts and Functions
- Topic: GetFileAttributesEx() - 2020/11/15
- Replies: 16
- Views: 2138
Re: GetFileAttributesEx() - 2020/11/15
Good morning, Is there any chance to extract the date the picture was taken? Windows explorer has the option to show this date as an extra column. In the past I have used exiftool to extract the date. This function is only concerned with the basic file properties (size, date created /modified and o...
- 23 Nov 2020, 05:24
- Forum: Scripts and Functions
- Topic: [Class] SQLiteDB - Update on 2019-12-12
- Replies: 234
- Views: 70735
Re: [Class] SQLiteDB - Update on 2019-12-12
Yes, i get continuable exception error msgbox ... That's an AHK_H error, isn't it? If so, what happens if you run AHK_L? It just crashes. You can try it on your end as well ... Make a huge database of files on your system and then try run multiple instances of ahk_l on the same database / table to ...
- 22 Nov 2020, 12:37
- Forum: Scripts and Functions
- Topic: [Class] SQLiteDB - Update on 2019-12-12
- Replies: 234
- Views: 70735
Re: [Class] SQLiteDB - Update on 2019-12-12
I cannot see any apparent error in your script. Are you sure that the call of RecordSet.Free() within retrieveSQLdbEntryImgHisto() is causing the crash? Yes, i get continuable exception error msgbox that indicates the line mentioned previously with the dllcall pertaining to that function... I even ...
- 22 Nov 2020, 11:38
- Forum: Scripts and Functions
- Topic: oGDIp – object-based GDI+ bitmap manipulations
- Replies: 2
- Views: 253
Re: oGDIp
Impressive work! Very well written. I like it!
What is channel rms value? In histograms.
Best regards, Marius.
What is channel rms value? In histograms.
Best regards, Marius.