Search found 7 matches

by Tykvesh
12 May 2024, 23:32
Forum: Ask for Help (v2)
Topic: About using PixelSearch for a single pixel Topic is solved
Replies: 2
Views: 295

Re: About using PixelSearch for a single pixel Topic is solved

@Rohwedder thanks for testing! On average they perform the same, and the worst result was 844 > 765 (PixelSearch vs ImageSearch). I am satisfied with this conclusion.
by Tykvesh
11 May 2024, 16:18
Forum: Ask for Help (v2)
Topic: About using PixelSearch for a single pixel Topic is solved
Replies: 2
Views: 295

About using PixelSearch for a single pixel Topic is solved

I've been using this function as PixelGetColor alternative for cases when the color may have a variance. It works great, but I was wondering if what I'm doing is the best method for this.

Code: Select all

PixelMatchColor(x, y, color, variance)
{
	Return PixelSearch(&a, &b, x, y, x, y, color, variance)
}
by Tykvesh
23 Oct 2023, 06:04
Forum: Ask for Help (v1)
Topic: Method to save image data in Win clipboard to a jpeg
Replies: 34
Views: 3935

Re: Method to save image data in Win clipboard to a jpeg

@teadrinker do you have v2 of that script?
by Tykvesh
12 Oct 2023, 16:51
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 101539

Re: Using Google Translate to automate text translation

You didn't miss it, I have someone reviewing my baby posts. :mrgreen:

I realized that I can just use this without any changes to your script!

Code: Select all

Locale := "auto"
GoogleTranslate(A_Clipboard, &Locale)
by Tykvesh
12 Oct 2023, 12:52
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 101539

Re: Using Google Translate to automate text translation

Thank you Teadrinker! It's a real life saver for live communications.

Do you know if the fetched package contains the detected source language (when it is set to automatic)?
by Tykvesh
12 Oct 2023, 06:48
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 101539

Re: Using Google Translate to automate text translation

@RussF I definitely didn't come anywhere close to that figure. I'm using it to translate chat messages, and yesterday it stopped returning anything after the ~50th time. It works now though. Is there a possibility that it thinks I'm a robot or something?
by Tykvesh
11 Oct 2023, 18:05
Forum: Scripts and Functions (v1)
Topic: Using Google Translate to automate text translation
Replies: 228
Views: 101539

Re: Using Google Translate to automate text translation

Works great! Is there a way to continue once I send too many requests?

Go to advanced search