Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Resizing a folder full of JPG

$
0
0

Is there a method to resize the pictures in jpg fromat from a folder. 

using foreach ($_. in $photos) {

'' resize/format image etc etc 

}

 

the resize needs to be specific 400/351 

It is a process i am working to automate and would rather not call on a third party program to do this. does powershell have this capability built in or is a module required as stated in many other posts. 

 

Thank you 

 

Sometimes the answers are so blindingly obvious i fail to see them


Viewing all articles
Browse latest Browse all 6937

Trending Articles