Search found 3 matches
- 2016-09-08T12:51:25-07:00
- Forum: Users
- Topic: Unable to open image error 2695 & 3983
- Replies: 7
- Views: 2452
Re: Unable to open image error 2695 & 3983
It still follows through but doesn't print anything, but that line typed into powershell works fine. So I guess its something with my syntax and not imagemagick.
- 2016-09-08T12:38:44-07:00
- Forum: Users
- Topic: Unable to open image error 2695 & 3983
- Replies: 7
- Views: 2452
Re: Unable to open image error 2695 & 3983
I tried the full path to mogrify and it still threw the same error but I figured out why it was throwing it. I needed to provide Powershell.exe -Command first. Anyway, the folder I'm pointed to contains nothing but png files and a sub-folder holding more png files.. The code now looks like this ...
- 2016-09-08T08:34:01-07:00
- Forum: Users
- Topic: Unable to open image error 2695 & 3983
- Replies: 7
- Views: 2452
Unable to open image error 2695 & 3983
I'm trying to build a powershell script to resize all photos in a directory including the sub-directory. It appears to work, but it doesn't seem to want to open the photos. I've researched the error codes but most of them are for batch files or other command languages I'm not familiar with. Get ...