/*!
# Image Converter `imgc`
`imgc` is a command-line utility focusing on converting images into other formats,
specifically focusing on support for modern image standards and encoders.
`imgc` simplifies the process of batch converting images,
optimizing for both performance and storage efficiency.
*/
/// Command-line interface functionality.
/// Image conversion functionality.
/// Error handling for the application.
/// Image formats supported by the application.
/// Utility functions and helpers.
pub use Error;