In order to migrate images into Imago we first need to compile a list of the images that we need to migrate. In order to accomplish this we have a added the ability to scan a directory an return a text file with images available in that directory via the Imago Tools application.
To scan a directory you first need to download and install the Imago Tools application which is available from the downloads section of our website.
To see the help for the application please run the following command using the command prompt
"C:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" scan
To run a scan of the "D:\scratch" directory for files with the ".jpg" extension you would use the following command:
"C:\Program Files (x86)\Imago\imago-tools\imago-cmd.exe" scan --exts *.jpg "D:\scratch" out.txt Test
This will create a file called "out.txt" in the directory where the command prompt was opened. In the example above the command prompt opened in C:\Users\farboleda
Comments
0 comments
Please sign in to leave a comment.