Skip to content

fake-image-generator/fake-image-generator-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fake-image-generator-powershell

PowerShell Gallery

Generate a fake JPG or PNG image in any size between 1 KB and 2 GB

This was made for generating big files that pose as images for testing purposes (for testing an image upload feature in an app, for example).

Installation

Install-Script -Name fake-image-generator

Usage

If the script was manually downloaded:

.\fake-image-generator.ps1 -SizeInBytes 8888 -OutputPath "C:/" -Extension ".png"

If the script was downloaded via PowerShell Gallery (by using the Install-Script command):

fake-image-generator -SizeInBytes 8888 -OutputPath "C:/" -Extension ".png"

About

Generate a fake JPG or PNG image in any size between 1 KB and 2 GB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors