The original owner of the project is https://github.com/msameeruddin/image-app
Image Processing App
This is a simple image processing app containing operations like -
- Image Equalization
- Image Flipping
- Image Mirroring
- Image Binarization
- Image Inversion
- Image Solarization
and transformations like -
- Image Erosion
- Image Dilation
- Image Opening
- Image Closing
- Image Morphological Gradient
- Boundary Extraction
- User can upload the image file directly from his/her local folder.
- Toggle switch for converting the image into grayscale.
- The required output will be displayed in the output (side) window.
For sure additional operations and transformation will be added. You can checkout the app here.
You can deploy this application on Nife.io using either the Git repository or the CLI.[1] [2]
Deploy the project directly from GitHub.
| Setting | Value |
|---|---|
| Source | Git Repository |
| Provider | GitHub |
| Branch | main |
| Internal Port | 8080 |
| External Port | 80 |
| Build Mode | Auto-Dockerize with runtime |
If you prefer the command line, use the following workflow.
nifectl auth login
nifectl init
nifectl deployFor step-by-step instructions, see the Nife.io Quick Deploy documentation and the nifectl quick start guide.