# Overview This command lets you convert images from any format to any format (supported by GhostScript or ImageMagick[^1]) using a couple of patterns. Heres an example on how this command's syntax works: ```bash aicc <path-to-file/folder that needs conversion> <path-to-file/folder that the converted file should be saved to> <file extension to convert to> ``` - [^1] The current release (version 1+) of this project makes use of GhostScript using the Pillow library for Python. There is an in-dev version (version 2+) that will switch the image conversion process to ImageMagick. # 3 modes of conversion You can convert one file to another file or from one directory full of images to another directory and finally you can convert a URL to an image on the internet to any image format. In the case of the URL mode conversion, it downloads the image for you before conversion and it saves the converted image to your local storage.