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