Search found 3 matches
- 2014-04-09T06:33:42-07:00
- Forum: Users
- Topic: Use full pathname of image with Convert
- Replies: 8
- Views: 9968
Re: Use full pathname of image with Convert
Test.tif is created. Quoted_test.tif is not. Set objFSO = CreateObject("Scripting.FileSystemObject") Set oShell = WScript.CreateObject("WSCript.shell") IMConvert = oshell.ExpandEnvironmentStrings("%PROGRAMFILES%") & "\ImageMagicK\Convert" progFolder = objFSO.GetParentFolderName(Wscript ...
- 2014-04-08T20:00:25-07:00
- Forum: Users
- Topic: Use full pathname of image with Convert
- Replies: 8
- Views: 9968
Re: Use full pathname of image with Convert
Are you getting any error messages? 'It doesn't work' does not tell us that much. Does the path to your image include spaces or is the path really 'C:\Images'? There are no errors. The TIF image file is just not created. The path may or may not include spaces so each filename is surrounded by ...
- 2014-04-08T14:31:57-07:00
- Forum: Users
- Topic: Use full pathname of image with Convert
- Replies: 8
- Views: 9968
Use full pathname of image with Convert
I have started to work with VB script and ImageMagick recently. I wrote a short VB script to convert PNG images to TIF. It worked fine when the images were in the same directory as the script and no pathnames were included. Now we need to run the script with import and archive directory parameters ...