mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Changed encoding to UTF-8 with BOM
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Convert-ImageToAscii
|
||||
.DESCRIPTION
|
||||
Converts an image to ASCII art.
|
||||
.EXAMPLE
|
||||
Convert-ImageToAscii -InFile "C:\Folder\Image.jpg" -Width 32 -Height 32
|
||||
.INPUTS
|
||||
.OUTPUTS
|
||||
.NOTES
|
||||
Author: Fxbyy
|
||||
.FUNCTIONALITY
|
||||
Converts an image to ASCII art.
|
||||
.SYNOPSIS
|
||||
Converts images to ASCII art
|
||||
.DESCRIPTION
|
||||
This PowerShell script converts an image to ASCII art.
|
||||
.EXAMPLE
|
||||
Convert-ImageToAscii -InFile "C:\Folder\Image.jpg" -Width 32 -Height 32
|
||||
.INPUTS
|
||||
.OUTPUTS
|
||||
.NOTES
|
||||
Author: Fxbyy
|
||||
.FUNCTIONALITY
|
||||
Converts an image to ASCII art.
|
||||
#>
|
||||
|
||||
function Convert-ImageToAscii {
|
||||
|
Reference in New Issue
Block a user