Search found 3 matches

by benchmarkjoshw
2016-11-17T13:15:49-07:00
Forum: Users
Topic: Modify images based on date range?
Replies: 8
Views: 3172

Re: Modify images based on date range?

mogrify $path -resize 50%> *.jpg $path is "C:\Users\Me\Desktop\TestPhotos", without quotes, right? Then this isn't a valid mogrify command. That is the case, and I have tried pasting the actual C:\Users\Me\Desktop\TestPhotos in place of $path for all parts of the script and it still doesn't want to ...
by benchmarkjoshw
2016-11-17T12:09:20-07:00
Forum: Users
Topic: Modify images based on date range?
Replies: 8
Views: 3172

Re: Modify images based on date range?

Alright, well with what little Powershell knowledge I have I've cobbled together a script to supposedly do what I want, but I'm having a bit of issue with it in that when I run it it doesn't actually do anything to the photos in my directory. Would it be possible to get more experienced eyes on it ...
by benchmarkjoshw
2016-11-16T07:55:54-07:00
Forum: Users
Topic: Modify images based on date range?
Replies: 8
Views: 3172

Modify images based on date range?

Hello, I'm a systems administrator for a contracting company and we've started noticing that our file server is getting way too full way too quickly, and I've determined it's due to the sheer number of images we have saved on the server (we have consultants out on the field that send in photos they ...