https://github.com/mobskuchen/imco
Easy image conversion tool
https://github.com/mobskuchen/imco
cli image image-conversion image-converter image-processing rust
Last synced: 4 months ago
JSON representation
Easy image conversion tool
- Host: GitHub
- URL: https://github.com/mobskuchen/imco
- Owner: MOBSkuchen
- License: mit
- Created: 2025-02-16T17:17:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-30T19:40:13.000Z (11 months ago)
- Last Synced: 2025-09-09T13:05:41.388Z (10 months ago)
- Topics: cli, image, image-conversion, image-converter, image-processing, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imco
Image conversion tool, support lots of formats and also resizing.
Install using ``cargo install imco``
### Supported formats
- AVIF
- BMP
- DDS
- Farbfeld
- GIF
- HDR
- ICO
- JPEG
- EXR
- PNG
- PNM
- QOI
- TGA
- TIFF
- WebP
### Examples
Convert *lebron_james.png* to *lebron_james.ico*
``imco lebron_james.png lebron_james.ico`` or ``imco lebron_james.png --output-format ico``
Convert *lebron_james.jpg* to *lebron_james (tiff)*
``imco lebron_james.jpg lebron_james --output-format tiff``
Convert *lebron_james (ico)* to *lebron_james (tiff)*
``imco lebron_james lebron_james --output-format tiff --input-format ico``
Convert all pngs files under *images* to jpgs under *output*
``imco images/*.png output --output-format jpg --batch``