You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GoogleImageSearch/GoogleImageSearch.psm1
+136-6Lines changed: 136 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
$ImagePath
9
9
)
10
10
11
-
# Extract the image file name, without path.
11
+
# Extract the image file name, without Path.
12
12
$fileName=Split-Path$imagePath-Leaf
13
13
Write-Verbose-Message "The image name for search: $fileName"
14
14
@@ -92,7 +92,7 @@ function Search-WindowsLockScreenWallpapers
92
92
Specifies a switch if wallpaper images should be dumped or not. A default value is False.
93
93
94
94
.PARAMETERDumpPath
95
-
Specifies a path to a folder where the wallpapers should be dumped. The input can be a string or a valid instance of the System.IO.FileInfo class. A default value is 'C:\Temp'. The input directory is created if doesn't exist.
95
+
Specifies a Path to a folder where the wallpapers should be dumped. The input can be a string or a valid instance of the System.IO.FileInfo class. A default value is 'C:\Temp'. The input directory is created if doesn't exist.
96
96
97
97
.EXAMPLE
98
98
Search-WindowsLockScreenWallpapers
@@ -112,7 +112,7 @@ function Search-WindowsLockScreenWallpapers
112
112
113
113
.NOTES
114
114
- This cmdlet uses non-standard way how to query Google Image Search. Do not use it for automatization.
The Search-Image cmdlet reads the image and use this image to query Google Image Search. This cmdlet can be piped to the Get-ChildItem cmdlet for a batch processing.
183
183
184
184
.PARAMETERImagePath
185
-
Specifies a path to a image file. The input can be a string or a valid instance of the System.IO.FileInfo class.
185
+
Specifies a Path to a image file. The input can be a string or a valid instance of the System.IO.FileInfo class.
0 commit comments