Omron Forums Support Posted March 14, 2022 Posted March 14, 2022 AutoVISION and FrontRunner can only load images of the type TIF. If you have other type of image files and would like to test them in the software, you have to convert them to TIF format first. Although you can easily convert a couple with a free software called IrfanView, it can easily become a cumbersome task especially if you have a lot of images (like 100 or 1000). With the help of a free software called ImageMagick, we can convert many images from any types to TIF with a single line.1. Go to https://www.imagemagick.org to install the latest version. Once completes, you'll automatically have access to the powerful commands of ImageMagick library from the Windows command prompt.2. Next create a folder, and store all the image files you'd like to convert into it.3. Open up a Windows command prompt, navigate to the folder with cd command.4. Type in the following command. If your file is .png format, then replace *.jpg with *.png (See attached Image)magick mogrify -format tif *.jpg5. You'll notice that the converted images are created in the same folder. You can separate them by moving them to another directory with the following command by replacing "your_directory" with the path to a new directory.move *.tif your_directory6. Now you are ready to load the new images into AutoVISION or FrontRunner. Software Version Any Firmware Version Any Operating System Any Quote
Recommended Posts
Top Posters In This Topic
1
Popular Days
Mar 14
1
Top Posters In This Topic
Omron Forums Support 1 post
Popular Days
Mar 14 2022
1 post