Search Shortcut cmd + k | ctrl + k
- Installation
- Documentation
- Overview
- First steps
- Fundamentals
- Commands
- Overview
- Image processing
- Color filter
- Blur
- Intensity
- Rolling ball
- Median subtract
- Edge detection
- Image math
- Image cache
- Enhance contrast
- Rank filter
- Binary image processing
- Classification
- Object processing
- Measurement
- Filtering
- Tutorials
- Technical insights
- Development
- About ImageC
- Citation
- FAQ
- Support
- Sitemap
Documentation
ImageC Installation
2025-08-21T19:11:25Z
For a full list of hardware requirements and supported graphic cards see section Resources and Limits.
More packages and release notes are available on GitHub.
Run on Linux
Unzip downloaded files and just double click onimagec
. If it does not start try to open the terminal and execute
./imagec.sh
.
Run on Windows
Unzip downloaded files and just double click onimagec.exe
. Windows tries to protect you from eval software. You can ignore this message by clicking More info:

and Run anyway afterwards:

Run on macOS
MacOS automatically quarantines applications that do not pay a fee to Apple for application signing.Warning
A macOS build is available; however, Apple computers are not officially supported right now. Please use it at your own risk.
We have to remove imagec from this quarantine.
First try to start the application which let macOS move it to quarantine.
Now open a terminal and type: xattr -d com.apple.quarantine imagec.app
to remove imagec from the quarantine.
