Updated Screen Time Feature (markdown)

Namhyeon Go 2024-09-20 18:44:09 +09:00
parent 6135228901
commit e5951be02d

@ -43,7 +43,7 @@ This was introduced to enable integration with highly restrictive applications.
## Available options ## Available options
- **`backward`**: This option means that the search for the matching location using the template image will be performed in reverse order. The search will proceed from the bottom-right corner to the top-left corner of the current computer screen. - **`backward`**: This option means that the search for the matching location using the template image will be performed in reverse order. The search will proceed from the bottom-right corner to the top-left corner of the current computer screen.
- **`save`**: This option saves a screenshot of the processed area or the result, typically stored in the specified path, such as `app/assets/img/_captured`. - **`save`**: This option saves the entire screenshot to a specific directory (`app/assets/img/_captured`).
- **`sample_width={sample_width}` and `sample_height={sample_height}`**: These define the size of the sample region for the image search, setting it to a `{sample_width}x{sample_height}` pixel area. - **`sample_width={sample_width}` and `sample_height={sample_height}`**: These define the size of the sample region for the image search, setting it to a `{sample_width}x{sample_height}` pixel area.